Home
last modified time | relevance | path

Searched refs:LDAP_VFREE (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Ddntest.c220 LDAP_VFREE( vv ); in main()
229 LDAP_VFREE( vv ); in main()
232 LDAP_VFREE( values ); in main()
240 LDAP_VFREE( values ); in main()
H A Dfree.c52 LDAP_VFREE( v ); in ldap_memvfree()
99 LDAP_VFREE( mods[i]->mod_values ); in ldap_mods_free()
H A Dschema.c1218 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 …]
H A Dgetvalues.c173 LDAP_VFREE( vals ); in ldap_value_free()
208 LDAP_VFREE( new ); in ldap_value_dup()
H A Dgssapi.c433 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()
H A Dunbind.c103 LDAP_VFREE(ld->ld_referrals); in ldap_ld_free()
168 LDAP_VFREE(ld->ld_referrals); in ldap_ld_free()
H A Dreferences.c130 LDAP_VFREE( refs ); in ldap_parse_reference()
H A Dsort.c163 LDAP_VFREE( et[i].et_vals ); in ldap_sort_entries()
H A Dsasl.c410 LDAP_VFREE( values ); in ldap_pvt_sasl_getmechs()
416 LDAP_VFREE( values ); in ldap_pvt_sasl_getmechs()
H A Derror.c299 LDAP_VFREE( ld->ld_referrals ); in ldap_parse_result()
H A Drequest.c830 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()
H A Durl.c1577 LDAP_VFREE( ludp->lud_attrs ); in ldap_free_urldesc()
1581 LDAP_VFREE( ludp->lud_exts ); in ldap_free_urldesc()
H A Doptions.c795 LDAP_VFREE(ld->ld_referrals); in ldap_set_option()
H A Dldap-int.h666 #define LDAP_VFREE(v) (ber_memvfree_x((void **)(v),NULL)) macro