Searched defs:LDAPMod (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | ldap.h | 411 } LDAPMod; typedef in typeref:struct:ldapmod 893 int ldap_add_ext(LDAP *ld, char *dn, LDAPMod **attrs, 895 int ldap_add_ext_s(LDAP *ld, char *dn, LDAPMod **attrs, 897 int ldap_add(LDAP *ld, char *dn, LDAPMod **attrs); 898 int ldap_add_s(LDAP *ld, char *dn, LDAPMod **attrs); 988 int ldap_modify_ext(LDAP *ld, char *dn, LDAPMod **mods, 990 int ldap_modify_ext_s(LDAP *ld, char *dn, LDAPMod **mods, 992 int ldap_modify(LDAP *ld, char *dn, LDAPMod **mods); 993 int ldap_modify_s(LDAP *ld, char *dn, LDAPMod **mods); 1174 void ldap_mods_free(LDAPMod **mod [all...] |
/osnet-11/usr/src/head/ |
H A D | ldap.h | 155 } LDAPMod; typedef in typeref:struct:ldapmod 486 int LDAP_CALL ldap_add(LDAP *ld, const char *dn, LDAPMod **attrs); 487 int LDAP_CALL ldap_add_s(LDAP *ld, const char *dn, LDAPMod **attrs); 492 int LDAP_CALL ldap_modify(LDAP *ld, const char *dn, LDAPMod **mods); 494 LDAPMod **mods); 573 int LDAP_CALL ldap_add_ext(LDAP *ld, const char *dn, LDAPMod **attrs, 576 LDAPMod **attrs, LDAPControl **serverctrls, LDAPControl **clientctrls); 585 LDAPMod **mods, LDAPControl **serverctrls, LDAPControl **clientctrls, 588 LDAPMod **mods, LDAPControl **serverctrls, LDAPControl **clientctrls); 1176 * Function to dispose of an array of LDAPMod structure [all...] |
Completed in 32 milliseconds