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

  /src/external/bsd/openldap/dist/libraries/liblber/
lber-int.h 201 #define LBER_CALLOC(n,s) ber_memcalloc((n),(s))
io.c 274 ber = (BerElement *) LBER_CALLOC( 1, sizeof(BerElement) );
sockbuf.c 65 sb = LBER_CALLOC( 1, sizeof( Sockbuf ) );
  /src/external/bsd/openldap/dist/libraries/libldap/
sortctrl.c 207 keyList=(LDAPSortKey**)LBER_CALLOC(numKeys+1, sizeof(LDAPSortKey*));

Completed in 26 milliseconds