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

  /src/external/bsd/openldap/dist/libraries/libldap/
ldap-int.h 673 #define LDAP_REALLOCX(p,s,x) (ber_memrealloc_x((p),(s),(x)))
getdn.c 852 tmp = LDAP_REALLOCX( tmpDN, num_slots * 2 * sizeof( LDAPRDN * ), ctx );
1336 tmp = LDAP_REALLOCX( tmpRDN, num_slots * 2 * sizeof( LDAPAVA * ), ctx );

Completed in 59 milliseconds