Searched refs:ldap_modify_ext (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | modify.c | 63 if ( ldap_modify_ext( ld, dn, mods, NULL, NULL, &msgid ) in ldap_modify() 73 ldap_modify_ext( LDAP *ld, const char *dn, LDAPMod **mods, in ldap_modify_ext() function 201 if (( err = ldap_modify_ext( ld, dn, mods, serverctrls, clientctrls, in ldap_modify_ext_s()
|
/illumos-gate/usr/src/lib/libldap5/ |
H A D | mapfile-vers | 153 ldap_modify_ext;
|
/illumos-gate/usr/src/man/man3ldap/ |
H A D | Makefile | 154 ldap_modify_ext.3ldap \ 350 ldap_modify_ext.3ldap := LINKSRC = ldap_modify.3ldap
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_wrapper.c | 195 return (ldap_modify_ext(ld, dn, mods, serverctrls, in _ns_ldap_modify_ext()
|
H A D | ns_writes.c | 823 rc = ldap_modify_ext(conp->ld, target_dn, in write_state_machine()
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 590 if ((err = ldap_modify_ext( ld, dn, mods, NULL, NULL, &id )) != LDAP_SUCCESS ) in main()
|
H A D | common.c | 1491 if (( rc = ldap_modify_ext( ld, dn, mods, serverctrls, clientctrls,
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3ldap.inc | 180 link path=usr/share/man/man3ldap/ldap_modify_ext.3ldap target=ldap_modify.3ldap
|
/illumos-gate/usr/src/head/ |
H A D | ldap.h | 586 int LDAP_CALL ldap_modify_ext(LDAP *ld, const char *dn,
|