ModifyRequest 493 libcli/ldap/ldap_message.c struct ldap_ModifyRequest *r = &msg->r.ModifyRequest;
ModifyRequest 1301 libcli/ldap/ldap_message.c struct ldap_ModifyRequest *r = &msg->r.ModifyRequest;
ModifyRequest 186 libcli/ldap/ldap_message.h struct ldap_ModifyRequest ModifyRequest;
ModifyRequest 557 source3/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.ModifyRequest.dn = ldb_dn_linearize(msg, req->op.mod.message->dn);
ModifyRequest 558 source3/lib/ldb/ldb_ildap/ldb_ildap.c if (msg->r.ModifyRequest.dn == NULL) {
ModifyRequest 569 source3/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.ModifyRequest.num_mods = n;
ModifyRequest 570 source3/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.ModifyRequest.mods = talloc_array(msg, struct ldap_mod, n);
ModifyRequest 571 source3/lib/ldb/ldb_ildap/ldb_ildap.c if (msg->r.ModifyRequest.mods == NULL) {
ModifyRequest 577 source3/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.ModifyRequest.mods[i] = *mods[i];
ModifyRequest 344 source4/ldap_server/ldap_backend.c struct ldap_ModifyRequest *req = &call->request->r.ModifyRequest;
ModifyRequest 537 source4/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.ModifyRequest.dn = ldb_dn_get_extended_linearized(msg, req->op.mod.message->dn, 0);
ModifyRequest 538 source4/lib/ldb/ldb_ildap/ldb_ildap.c if (msg->r.ModifyRequest.dn == NULL) {
ModifyRequest 549 source4/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.ModifyRequest.num_mods = n;
ModifyRequest 550 source4/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.ModifyRequest.mods = talloc_array(msg, struct ldap_mod, n);
ModifyRequest 551 source4/lib/ldb/ldb_ildap/ldb_ildap.c if (msg->r.ModifyRequest.mods == NULL) {
ModifyRequest 557 source4/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.ModifyRequest.mods[i] = *mods[i];