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

  /src/external/bsd/openldap/dist/libraries/liblber/
options.c 176 if(!( f->bmf_malloc && f->bmf_calloc
memory.c 292 new = (*ber_int_memory_fns->bmf_calloc)( n, s, ctx );
  /src/external/bsd/openldap/dist/include/
lber.h 130 BER_MEMCALLOC_FN *bmf_calloc; member in struct:lber_memory_fns
  /src/external/bsd/openldap/dist/servers/slapd/
filter.c 921 n->f_sub = mf->bmf_calloc( 1, sizeof(SubstringsAssertion), memctx );
947 n->f_mra = mf->bmf_calloc( 1, length, memctx );
slap.h 2654 #define o_tmpcalloc o_tmpmfuncs->bmf_calloc

Completed in 22 milliseconds