Searched refs:LDAP_MALLOCX (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dgetdn.c568 ava = LDAP_MALLOCX( sizeof( LDAPAVA ) + attr->bv_len + 1, ctx );
832 tmp = LDAP_MALLOCX( num_slots * 2 * sizeof( LDAPRDN * ), ctx );
855 newDN = (LDAPDN)LDAP_MALLOCX( sizeof(LDAPRDN *) * (nrdns+1), ctx );
1316 tmp = LDAP_MALLOCX( num_slots * 2 * sizeof( LDAPAVA * ), ctx );
1363 newRDN = (LDAPRDN)LDAP_MALLOCX(
1527 val->bv_val = LDAP_MALLOCX( len + 1, ctx );
1537 val->bv_val = LDAP_MALLOCX( len + 1, ctx );
1634 val->bv_val = LDAP_MALLOCX( len + 1, ctx );
1715 val->bv_val = LDAP_MALLOCX( len + 1, ctx );
1805 val->bv_val = LDAP_MALLOCX( le
[all...]
H A Dsearch.c522 out->bv_val = LDAP_MALLOCX( l + 1, ctx );
H A Dldap-int.h591 #define LDAP_MALLOCX(s,x) (ber_memalloc_x((s),(x))) macro

Completed in 76 milliseconds