Searched refs:LBER_CALLOC (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblber/
H A Dlber-int.h200 #define LBER_CALLOC(n,s) ber_memcalloc((n),(s)) macro
H A Dio.c268 ber = (BerElement *) LBER_CALLOC( 1, sizeof(BerElement) );
H A Dsockbuf.c62 sb = LBER_CALLOC( 1, sizeof( Sockbuf ) );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dsortctrl.c204 keyList=(LDAPSortKey**)LBER_CALLOC(numKeys+1, sizeof(LDAPSortKey*));

Completed in 114 milliseconds