Searched defs:ldap_modify_ext (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | modify.c | 65 if ( ldap_modify_ext( ld, dn, mods, NULL, NULL, &msgid ) 75 ldap_modify_ext( LDAP *ld, const char *dn, LDAPMod **mods, function 99 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_modify_ext\n", 0, 0, 0 ); 203 if (( err = ldap_modify_ext( ld, dn, mods, serverctrls, clientctrls,
|
/illumos-gate/usr/src/man/man3ldap/ |
H A D | Makefile | 154 ldap_modify_ext.3ldap \ 350 ldap_modify_ext.3ldap := LINKSRC = ldap_modify.3ldap
|
Completed in 57 milliseconds