ldb_module_ops - Man Page

Synopsis

Data Fields

const char * name
int(* init_context )(struct ldb_module *)
int(* search )(struct ldb_module *, struct ldb_request *)
int(* add )(struct ldb_module *, struct ldb_request *)
int(* modify )(struct ldb_module *, struct ldb_request *)
int(* del )(struct ldb_module *, struct ldb_request *)
int(* rename )(struct ldb_module *, struct ldb_request *)
int(* request )(struct ldb_module *, struct ldb_request *)
int(* extended )(struct ldb_module *, struct ldb_request *)
int(* start_transaction )(struct ldb_module *)
int(* prepare_commit )(struct ldb_module *)
int(* end_transaction )(struct ldb_module *)
int(* del_transaction )(struct ldb_module *)
int(* sequence_number )(struct ldb_module *, struct ldb_request *)
int(* read_lock )(struct ldb_module *)
int(* read_unlock )(struct ldb_module *)
void * private_data

Author

Generated automatically by Doxygen for LDB from the source code.

Info

LDB