ldb_module_ops (3) - Linux Manuals

NAME

ldb_module_ops -

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 *)

void * private_data

Author

Generated automatically by Doxygen for LDB from the source code.