Lines Matching refs:LDAPMod
161 LDAPMod *mod, in init_bval_mod()
211 freeModList(LDAPMod **mods) in freeModList()
265 static LDAPMod **
273 LDAPMod **mods, *modlist; in __s_api_makeModListCount()
287 mods = (LDAPMod **)calloc((count + 3), sizeof (LDAPMod *)); in __s_api_makeModListCount()
294 modlist = (LDAPMod *)calloc(count + 2, sizeof (LDAPMod)); in __s_api_makeModListCount()
621 static LDAPMod **
662 LDAPMod **mods, in write_state_machine()
1122 LDAPMod **mods; in __ns_ldap_addAttr()
1158 LDAPMod **mods; in __ns_ldap_delAttr()
1279 LDAPMod **mods; in __ns_ldap_repAttr()
1362 LDAPMod **mods = NULL; in __ns_ldap_addEntry()