orig_req          116 source3/lib/ldb/modules/ldb_map.c 	ac->orig_req = req;
orig_req          886 source3/lib/ldb/modules/ldb_map.c 	ldb_set_timeout_from_prev_req(ac->module->ldb, ac->orig_req, req);
orig_req          191 source3/lib/ldb/modules/ldb_map_inbound.c 	ldb_set_timeout_from_prev_req(ac->module->ldb, ac->orig_req, ac->remote_req);
orig_req          208 source3/lib/ldb/modules/ldb_map_inbound.c 	ldb_set_timeout_from_prev_req(ac->module->ldb, ac->orig_req, ac->local_req);
orig_req          321 source3/lib/ldb/modules/ldb_map_inbound.c 	ldb_set_timeout_from_prev_req(ac->module->ldb, ac->orig_req, ac->remote_req);
orig_req          361 source3/lib/ldb/modules/ldb_map_inbound.c 	ldb_set_timeout_from_prev_req(ac->module->ldb, ac->orig_req, ac->local_req);
orig_req          477 source3/lib/ldb/modules/ldb_map_inbound.c 	ldb_set_timeout_from_prev_req(ac->module->ldb, ac->orig_req, ac->remote_req);
orig_req          499 source3/lib/ldb/modules/ldb_map_inbound.c 	ldb_set_timeout_from_prev_req(ac->module->ldb, ac->orig_req, ac->local_req);
orig_req          588 source3/lib/ldb/modules/ldb_map_inbound.c 	ldb_set_timeout_from_prev_req(ac->module->ldb, ac->orig_req, ac->remote_req);
orig_req          605 source3/lib/ldb/modules/ldb_map_inbound.c 	ldb_set_timeout_from_prev_req(ac->module->ldb, ac->orig_req, ac->down_req);
orig_req          627 source3/lib/ldb/modules/ldb_map_inbound.c 	ldb_set_timeout_from_prev_req(ac->module->ldb, ac->orig_req, ac->local_req);
orig_req         1083 source3/lib/ldb/modules/ldb_map_outbound.c 		return map_up_callback(ldb, sc->ac->orig_req, ares);
orig_req         1088 source3/lib/ldb/modules/ldb_map_outbound.c 			return map_up_callback(ldb, sc->ac->orig_req, sc->remote_res);
orig_req         1118 source3/lib/ldb/modules/ldb_map_outbound.c 		return map_up_callback(ldb, ac->orig_req, ares);
orig_req         1130 source3/lib/ldb/modules/ldb_map_outbound.c 		return map_up_callback(ldb, ac->orig_req, ares);
orig_req           42 source3/lib/ldb/modules/ldb_map_private.h 	struct ldb_request *orig_req;
orig_req           43 source3/lib/ldb/modules/objectclass.c 	struct ldb_request *orig_req;
orig_req           84 source3/lib/ldb/modules/objectclass.c 	ac->orig_req = req;
orig_req          464 source3/lib/ldb/modules/objectclass.c 	ac->search_req->op.search.base = ac->orig_req->op.mod.message->dn;
orig_req          475 source3/lib/ldb/modules/objectclass.c 	ldb_set_timeout_from_prev_req(ac->module->ldb, ac->orig_req, ac->search_req);
orig_req          508 source3/lib/ldb/modules/objectclass.c 	ldb_set_timeout_from_prev_req(ac->module->ldb, ac->orig_req, ac->mod_req);
orig_req          528 source3/lib/ldb/modules/objectclass.c 	msg->dn = ac->orig_req->op.mod.message->dn;
orig_req           52 source3/lib/ldb/modules/paged_searches.c 	struct ldb_request *orig_req;
orig_req          142 source3/lib/ldb/modules/rdn_name.c 	struct ldb_request *orig_req;
orig_req          176 source3/lib/ldb/modules/rdn_name.c 	ac->orig_req = req;
orig_req          209 source3/lib/ldb/modules/rdn_name.c 	msg->dn = ldb_dn_copy(msg, ac->orig_req->op.rename.newdn);
orig_req          214 source3/lib/ldb/modules/rdn_name.c 	rdn_name = ldb_dn_get_rdn_name(ac->orig_req->op.rename.newdn);
orig_req          219 source3/lib/ldb/modules/rdn_name.c 	rdn_val = ldb_val_dup(msg, ldb_dn_get_rdn_val(ac->orig_req->op.rename.newdn));
orig_req          234 source3/lib/ldb/modules/rdn_name.c 	ldb_set_timeout_from_prev_req(h->module->ldb, ac->orig_req, ac->mod_req);