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

  /src/external/bsd/openldap/dist/libraries/liblber/
options.c 171 if ( ber_int_memory_fns == NULL )
183 ber_int_memory_fns = &ber_int_memory_fns_datum;
185 AC_MEMCPY(ber_int_memory_fns, f,
memory.c 128 BerMemoryFunctions *ber_int_memory_fns = NULL; variable
139 if( ber_int_memory_fns == NULL || ctx == NULL ) {
162 assert( ber_int_memory_fns->bmf_free != 0 );
164 (*ber_int_memory_fns->bmf_free)( p, ctx );
207 if( ber_int_memory_fns == NULL || ctx == NULL ) {
236 new = (*ber_int_memory_fns->bmf_malloc)( s, ctx );
262 if( ber_int_memory_fns == NULL || ctx == NULL ) {
292 new = (*ber_int_memory_fns->bmf_calloc)( n, s, ctx );
326 if( ber_int_memory_fns == NULL || ctx == NULL ) {
365 new = (*ber_int_memory_fns->bmf_realloc)( p, s, ctx )
    [all...]
lber-int.h 196 LBER_V (BerMemoryFunctions *) ber_int_memory_fns;

Completed in 35 milliseconds