ldb_request_get_control  414 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 	control = ldb_request_get_control(req, LDB_CONTROL_EXTENDED_DN_OID);
ldb_request_get_control  425 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 	storage_format_control = ldb_request_get_control(req, DSDB_CONTROL_DN_STORAGE_FORMAT_OID);
ldb_request_get_control   96 source4/dsdb/samdb/ldb_modules/instancetype.c 	partition_ctrl = ldb_request_get_control(req, DSDB_CONTROL_CURRENT_PARTITION_OID);
ldb_request_get_control  393 source4/dsdb/samdb/ldb_modules/kludge_acl.c 	sd_control = ldb_request_get_control(down_req, LDB_CONTROL_SD_FLAGS_OID);
ldb_request_get_control  457 source4/dsdb/samdb/ldb_modules/partition.c 	struct ldb_control *search_control = ldb_request_get_control(req, LDB_CONTROL_SEARCH_OPTIONS_OID);
ldb_request_get_control  458 source4/dsdb/samdb/ldb_modules/partition.c 	struct ldb_control *domain_scope_control = ldb_request_get_control(req, LDB_CONTROL_DOMAIN_SCOPE_OID);
ldb_request_get_control  177 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	if (ldb_request_get_control(req, DSDB_CONTROL_REPLICATED_UPDATE_OID)) {
ldb_request_get_control   99 source4/dsdb/samdb/ldb_modules/show_deleted.c 	control = ldb_request_get_control(req, LDB_CONTROL_SHOW_DELETED_OID);
ldb_request_get_control  633 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	partition_ctrl = ldb_request_get_control(req, DSDB_CONTROL_CURRENT_PARTITION_OID);
ldb_request_get_control  238 source4/ldap_server/ldap_backend.c 		search_control = ldb_request_get_control(lreq, LDB_CONTROL_SEARCH_OPTIONS_OID);
ldb_request_get_control  252 source4/ldap_server/ldap_backend.c 	extended_dn_control = ldb_request_get_control(lreq, LDB_CONTROL_EXTENDED_DN_OID);
ldb_request_get_control 1081 source4/lib/ldb/include/ldb.h struct ldb_control *ldb_request_get_control(struct ldb_request *req, const char *oid);
ldb_request_get_control  299 source4/lib/ldb/modules/asq.c 		control = ldb_request_get_control(ac->req, LDB_CONTROL_ASQ_OID);
ldb_request_get_control  355 source4/lib/ldb/modules/asq.c 	control = ldb_request_get_control(req, LDB_CONTROL_ASQ_OID);
ldb_request_get_control  306 source4/lib/ldb/modules/paged_results.c 	control = ldb_request_get_control(req, LDB_CONTROL_PAGED_RESULTS_OID);
ldb_request_get_control  259 source4/lib/ldb/modules/sort.c 	control = ldb_request_get_control(req, LDB_CONTROL_SERVER_SORT_OID);