• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/ldb/include/

Lines Matching refs:ldb_request

775 struct ldb_request;
811 typedef int (*ldb_request_callback_t)(struct ldb_request *, struct ldb_reply *);
813 struct ldb_request {
838 int ldb_request(struct ldb_context *ldb, struct ldb_request *request);
839 int ldb_request_done(struct ldb_request *req, int status);
840 bool ldb_request_is_done(struct ldb_request *req);
845 int ldb_set_timeout(struct ldb_context *ldb, struct ldb_request *req, int timeout);
846 int ldb_set_timeout_from_prev_req(struct ldb_context *ldb, struct ldb_request *oldreq, struct ldb_request *newreq);
954 int ldb_search_default_callback(struct ldb_request *req, struct ldb_reply *ares);
964 int ldb_op_default_callback(struct ldb_request *req, struct ldb_reply *ares);
985 int ldb_build_search_req(struct ldb_request **ret_req,
995 struct ldb_request *parent);
997 int ldb_build_search_req_ex(struct ldb_request **ret_req,
1007 struct ldb_request *parent);
1024 int ldb_build_add_req(struct ldb_request **ret_req,
1031 struct ldb_request *parent);
1048 int ldb_build_mod_req(struct ldb_request **ret_req,
1055 struct ldb_request *parent);
1072 int ldb_build_del_req(struct ldb_request **ret_req,
1079 struct ldb_request *parent);
1097 int ldb_build_rename_req(struct ldb_request **ret_req,
1105 struct ldb_request *parent);
1108 Add a ldb_control to a ldb_request
1117 int ldb_request_add_control(struct ldb_request *req, const char *oid, bool critical, void *data);
1126 struct ldb_control *ldb_request_get_control(struct ldb_request *req, const char *oid);
1238 int ldb_extended_default_callback(struct ldb_request *req, struct ldb_reply *ares);
1257 int ldb_build_extended_req(struct ldb_request **ret_req,
1265 struct ldb_request *parent);