Searched refs:LDAP_VFREE (Results 1 – 14 of 14) sorted by relevance
220 LDAP_VFREE( vv ); in main()229 LDAP_VFREE( vv ); in main()232 LDAP_VFREE( values ); in main()240 LDAP_VFREE( values ); in main()
52 LDAP_VFREE( v ); in ldap_memvfree()99 LDAP_VFREE( mods[i]->mod_values ); in ldap_mods_free()
1218 LDAP_VFREE(res); in parse_qdescrs()1229 LDAP_VFREE(res); in parse_qdescrs()1378 LDAP_VFREE(res); in parse_oids()1397 LDAP_VFREE(res); in parse_oids()1408 LDAP_VFREE(res); in parse_oids()1415 LDAP_VFREE(res); in parse_oids()1485 LDAP_VFREE((*ext)->lsei_values); in free_extensions()1497 if (syn->syn_names) LDAP_VFREE(syn->syn_names); in ldap_syntax_free()1639 if (mr->mr_names) LDAP_VFREE(mr->mr_names); in ldap_matchingrule_free()1839 if (mru->mru_names) LDAP_VFREE(mru->mru_names); in ldap_matchingruleuse_free()[all …]
173 LDAP_VFREE( vals ); in ldap_value_free()208 LDAP_VFREE( new ); in ldap_value_dup()
433 LDAP_VFREE( values ); in ldap_gssapi_get_rootdse_infos()439 LDAP_VFREE( values ); in ldap_gssapi_get_rootdse_infos()449 LDAP_VFREE( values ); in ldap_gssapi_get_rootdse_infos()454 LDAP_VFREE( values ); in ldap_gssapi_get_rootdse_infos()467 LDAP_VFREE( values ); in ldap_gssapi_get_rootdse_infos()472 LDAP_VFREE( values ); in ldap_gssapi_get_rootdse_infos()
103 LDAP_VFREE(ld->ld_referrals); in ldap_ld_free()168 LDAP_VFREE(ld->ld_referrals); in ldap_ld_free()
130 LDAP_VFREE( refs ); in ldap_parse_reference()
163 LDAP_VFREE( et[i].et_vals ); in ldap_sort_entries()
410 LDAP_VFREE( values ); in ldap_pvt_sasl_getmechs()416 LDAP_VFREE( values ); in ldap_pvt_sasl_getmechs()
299 LDAP_VFREE( ld->ld_referrals ); in ldap_parse_result()
830 LDAP_VFREE( lc->lconn_rebind_queue[i] ); in ldap_free_connection()1320 LDAP_VFREE( refarray ); in ldap_chase_v3referrals()1343 LDAP_VFREE( refarray ); in ldap_chase_v3referrals()
1577 LDAP_VFREE( ludp->lud_attrs ); in ldap_free_urldesc()1581 LDAP_VFREE( ludp->lud_exts ); in ldap_free_urldesc()
795 LDAP_VFREE(ld->ld_referrals); in ldap_set_option()
666 #define LDAP_VFREE(v) (ber_memvfree_x((void **)(v),NULL)) macro