HomeSort by: relevance | last modified time | path
    Searched refs:lr_ctrls (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/clients/tools/
ldapmodify.c 409 if (lr.lr_ctrls) {
416 while (lr.lr_ctrls[npc]) npc++; /* Count LDIF controls */
418 newctrls = ber_memrealloc(lr.lr_ctrls,
425 lr.lr_ctrls = newctrls;
427 lr.lr_ctrls[i] = ldap_control_dup(defctrls[i-npc]);
428 if (lr.lr_ctrls[i] == NULL) {
433 lr.lr_ctrls[npc+ndefc] = NULL;
442 rc = dodelete( &lr.lr_dn, lr.lr_ctrls );
444 rc = dorename( &lr.lr_dn, &lr.lrop_newrdn, &lr.lrop_newsup, lr.lrop_delold, lr.lr_ctrls );
446 rc = domodify( &lr.lr_dn, lr.lrop_mods, lr.lr_ctrls, LDAP_REQ_ADD == lr.lr_op )
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
ldifutil.c 74 if (lr->lr_ctrls != NULL) {
75 ldap_controls_free( lr->lr_ctrls );
581 lr->lr_ctrls = pctrls;
  /src/external/bsd/openldap/dist/include/
ldap.h 2777 LDAPControl **lr_ctrls; /* controls specified for operation */ member in struct:ldifrecord

Completed in 16 milliseconds