AddRequest 529 libcli/ldap/ldap_message.c struct ldap_AddRequest *r = &msg->r.AddRequest; AddRequest 1340 libcli/ldap/ldap_message.c struct ldap_AddRequest *r = &msg->r.AddRequest; AddRequest 188 libcli/ldap/ldap_message.h struct ldap_AddRequest AddRequest; AddRequest 507 source3/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.AddRequest.dn = ldb_dn_linearize(msg, req->op.add.message->dn); AddRequest 508 source3/lib/ldb/ldb_ildap/ldb_ildap.c if (msg->r.AddRequest.dn == NULL) { AddRequest 519 source3/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.AddRequest.num_attributes = n; AddRequest 520 source3/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.AddRequest.attributes = talloc_array(msg, struct ldb_message_element, n); AddRequest 521 source3/lib/ldb/ldb_ildap/ldb_ildap.c if (msg->r.AddRequest.attributes == NULL) { AddRequest 527 source3/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.AddRequest.attributes[i] = mods[i]->attrib; AddRequest 447 source4/ldap_server/ldap_backend.c struct ldap_AddRequest *req = &call->request->r.AddRequest; AddRequest 494 source4/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.AddRequest.dn = ldb_dn_get_extended_linearized(msg, req->op.add.message->dn, 0); AddRequest 495 source4/lib/ldb/ldb_ildap/ldb_ildap.c if (msg->r.AddRequest.dn == NULL) { AddRequest 506 source4/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.AddRequest.num_attributes = n; AddRequest 507 source4/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.AddRequest.attributes = talloc_array(msg, struct ldb_message_element, n); AddRequest 508 source4/lib/ldb/ldb_ildap/ldb_ildap.c if (msg->r.AddRequest.attributes == NULL) { AddRequest 514 source4/lib/ldb/ldb_ildap/ldb_ildap.c msg->r.AddRequest.attributes[i] = mods[i]->attrib;