Searched refs:ber_int_memory_fns (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Doptions.c171 if ( ber_int_memory_fns == NULL )
183 ber_int_memory_fns = &ber_int_memory_fns_datum;
185 AC_MEMCPY(ber_int_memory_fns, f,
H A Dmemory.c128 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
[all...]
H A Dlber-int.h196 LBER_V (BerMemoryFunctions *) ber_int_memory_fns;

Completed in 143 milliseconds