remote_req 979 source3/lib/ldb/modules/ldb_map.c return ac->remote_req; remote_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); remote_req 198 source3/lib/ldb/modules/ldb_map_inbound.c return ldb_next_remote_request(ac->module, ac->remote_req); remote_req 261 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req = talloc(ac, struct ldb_request); remote_req 262 source3/lib/ldb/modules/ldb_map_inbound.c if (ac->remote_req == NULL) { remote_req 266 source3/lib/ldb/modules/ldb_map_inbound.c *(ac->remote_req) = *req; /* copy the request */ remote_req 268 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req->context = NULL; remote_req 269 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req->callback = NULL; remote_req 279 source3/lib/ldb/modules/ldb_map_inbound.c remote = ldb_msg_new(ac->remote_req); remote_req 288 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req->op.add.message = remote; remote_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); remote_req 328 source3/lib/ldb/modules/ldb_map_inbound.c return ldb_next_remote_request(ac->module, ac->remote_req); remote_req 346 source3/lib/ldb/modules/ldb_map_inbound.c dn = ldb_dn_linearize(msg, ac->remote_req->op.mod.message->dn); remote_req 416 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req = talloc(ac, struct ldb_request); remote_req 417 source3/lib/ldb/modules/ldb_map_inbound.c if (ac->remote_req == NULL) { remote_req 421 source3/lib/ldb/modules/ldb_map_inbound.c *(ac->remote_req) = *req; /* copy the request */ remote_req 423 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req->context = NULL; remote_req 424 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req->callback = NULL; remote_req 434 source3/lib/ldb/modules/ldb_map_inbound.c remote = ldb_msg_new(ac->remote_req); remote_req 443 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req->op.mod.message = remote; remote_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); remote_req 484 source3/lib/ldb/modules/ldb_map_inbound.c return ldb_next_remote_request(ac->module, ac->remote_req); remote_req 545 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req = talloc(ac, struct ldb_request); remote_req 546 source3/lib/ldb/modules/ldb_map_inbound.c if (ac->remote_req == NULL) { remote_req 550 source3/lib/ldb/modules/ldb_map_inbound.c *(ac->remote_req) = *req; /* copy the request */ remote_req 551 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req->op.del.dn = ldb_dn_map_local(module, ac->remote_req, req->op.del.dn); remote_req 559 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req->context = NULL; remote_req 560 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req->callback = NULL; remote_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); remote_req 595 source3/lib/ldb/modules/ldb_map_inbound.c return ldb_next_remote_request(ac->module, ac->remote_req); remote_req 681 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req = talloc(ac, struct ldb_request); remote_req 682 source3/lib/ldb/modules/ldb_map_inbound.c if (ac->remote_req == NULL) { remote_req 686 source3/lib/ldb/modules/ldb_map_inbound.c *(ac->remote_req) = *req; /* copy the request */ remote_req 687 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req->op.rename.olddn = ldb_dn_map_local(module, ac->remote_req, req->op.rename.olddn); remote_req 688 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req->op.rename.newdn = ldb_dn_map_local(module, ac->remote_req, req->op.rename.newdn); remote_req 690 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req->context = NULL; remote_req 691 source3/lib/ldb/modules/ldb_map_inbound.c ac->remote_req->callback = NULL; remote_req 701 source3/lib/ldb/modules/ldb_map_inbound.c ac->down_req = map_build_fixup_req(ac, req->op.rename.newdn, ac->remote_req->op.rename.newdn); remote_req 44 source3/lib/ldb/modules/ldb_map_private.h struct ldb_request *remote_req; remote_req 150 source4/dsdb/samdb/ldb_modules/local_password.c struct ldb_request *remote_req; remote_req 194 source4/dsdb/samdb/ldb_modules/local_password.c remote_message = ldb_msg_copy_shallow(remote_req, req->op.add.message); remote_req 239 source4/dsdb/samdb/ldb_modules/local_password.c ret = ldb_build_add_req(&remote_req, ldb, ac, remote_req 248 source4/dsdb/samdb/ldb_modules/local_password.c return ldb_next_request(module, remote_req); remote_req 312 source4/dsdb/samdb/ldb_modules/local_password.c struct ldb_request *remote_req; remote_req 367 source4/dsdb/samdb/ldb_modules/local_password.c ret = ldb_build_mod_req(&remote_req, ldb, ac, remote_req 376 source4/dsdb/samdb/ldb_modules/local_password.c return ldb_next_request(module, remote_req); remote_req 553 source4/dsdb/samdb/ldb_modules/local_password.c struct ldb_request *remote_req; remote_req 578 source4/dsdb/samdb/ldb_modules/local_password.c ret = ldb_build_del_req(&remote_req, ldb, ac, remote_req 587 source4/dsdb/samdb/ldb_modules/local_password.c return ldb_next_request(module, remote_req); remote_req 1015 source4/dsdb/samdb/ldb_modules/local_password.c struct ldb_request *remote_req; remote_req 1076 source4/dsdb/samdb/ldb_modules/local_password.c ret = ldb_build_search_req_ex(&remote_req, ldb, ac, remote_req 1089 source4/dsdb/samdb/ldb_modules/local_password.c return ldb_next_request(module, remote_req); remote_req 315 source4/lib/ldb/ldb_map/ldb_map_inbound.c ret = ldb_next_remote_request(ac->module, ac->remote_req); remote_req 412 source4/lib/ldb/ldb_map/ldb_map_inbound.c ret = ldb_build_add_req(&ac->remote_req, ldb, remote_req 424 source4/lib/ldb/ldb_map/ldb_map_inbound.c return ldb_next_remote_request(ac->module, ac->remote_req); remote_req 508 source4/lib/ldb/ldb_map/ldb_map_inbound.c remote_msg = ldb_msg_new(ac->remote_req); remote_req 519 source4/lib/ldb/ldb_map/ldb_map_inbound.c ret = ldb_build_mod_req(&ac->remote_req, ldb, remote_req 531 source4/lib/ldb/ldb_map/ldb_map_inbound.c return ldb_next_remote_request(ac->module, ac->remote_req); remote_req 562 source4/lib/ldb/ldb_map/ldb_map_inbound.c ac->remote_req->op.mod.message->dn); remote_req 625 source4/lib/ldb/ldb_map/ldb_map_inbound.c ret = ldb_build_del_req(&ac->remote_req, ldb, ac, remote_req 638 source4/lib/ldb/ldb_map/ldb_map_inbound.c return ldb_next_remote_request(ac->module, ac->remote_req); remote_req 663 source4/lib/ldb/ldb_map/ldb_map_inbound.c return ldb_next_remote_request(ac->module, ac->remote_req); remote_req 718 source4/lib/ldb/ldb_map/ldb_map_inbound.c ret = ldb_build_rename_req(&ac->remote_req, ldb, ac, remote_req 731 source4/lib/ldb/ldb_map/ldb_map_inbound.c return ldb_next_remote_request(ac->module, ac->remote_req); remote_req 756 source4/lib/ldb/ldb_map/ldb_map_inbound.c return ldb_next_remote_request(ac->module, ac->remote_req); remote_req 818 source4/lib/ldb/ldb_map/ldb_map_inbound.c ac->remote_req->op.rename.newdn, remote_req 1096 source4/lib/ldb/ldb_map/ldb_map_outbound.c struct ldb_request *remote_req; remote_req 1180 source4/lib/ldb/ldb_map/ldb_map_outbound.c ret = ldb_build_search_req_ex(&remote_req, ldb, ac, remote_req 1192 source4/lib/ldb/ldb_map/ldb_map_outbound.c return ldb_next_remote_request(module, remote_req); remote_req 36 source4/lib/ldb/ldb_map/ldb_map_private.h struct ldb_request *remote_req;