Searched refs:ldap_mods (Results 1 – 1 of 1) sorted by relevance
2225 LDAPMod **ldap_mods; in php_ldap_do_modify() local2280 ldap_mods[attribute_index]->mod_bvalues = NULL; in php_ldap_do_modify()2333 ldap_mods[num_attribs] = NULL; in php_ldap_do_modify()2405 efree(ldap_mods); in php_ldap_do_modify()2779 ldap_mods[num_mods] = NULL; in PHP_FUNCTION()2794 efree(ldap_mods[i]->mod_type); in PHP_FUNCTION()2796 if (ldap_mods[i]->mod_bvalues != NULL) { in PHP_FUNCTION()2803 efree(ldap_mods[i]->mod_bvalues[j]); in PHP_FUNCTION()2807 efree(ldap_mods[i]->mod_bvalues); in PHP_FUNCTION()2811 efree(ldap_mods[i]); in PHP_FUNCTION()[all …]
Completed in 14 milliseconds