HomeSort by: relevance | last modified time | path
    Searched refs:LDAP_MALLOCX (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
getdn.c 580 ava = LDAP_MALLOCX( sizeof( LDAPAVA ) + attr->bv_len + 1, ctx );
844 tmp = LDAP_MALLOCX( num_slots * 2 * sizeof( LDAPRDN * ), ctx );
867 newDN = (LDAPDN)LDAP_MALLOCX( sizeof(LDAPRDN *) * (nrdns+1), ctx );
1328 tmp = LDAP_MALLOCX( num_slots * 2 * sizeof( LDAPAVA * ), ctx );
1375 newRDN = (LDAPRDN)LDAP_MALLOCX(
1539 val->bv_val = LDAP_MALLOCX( len + 1, ctx );
1553 val->bv_val = LDAP_MALLOCX( len + 1, ctx );
1654 val->bv_val = LDAP_MALLOCX( len + 1, ctx );
1739 val->bv_val = LDAP_MALLOCX( len + 1, ctx );
1833 val->bv_val = LDAP_MALLOCX( len + 1, ctx )
    [all...]
search.c 527 out->bv_val = LDAP_MALLOCX( l + 1, ctx );
ldap-int.h 671 #define LDAP_MALLOCX(s,x) (ber_memalloc_x((s),(x)))

Completed in 17 milliseconds