Query: ldb_module_ops
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ldb_module_ops(3) Library Functions Manual ldb_module_ops(3)NAMEldb_module_ops -SYNOPSISData 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 *) void * private_data Author Generated automatically by Doxygen for LDB from the source code.LDBTue Jun 17 2014 ldb_module_ops(3)