Home
last modified time | relevance | path

Searched refs:LBER_BV_ALLOC (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/libraries/liblber/
Ddecode.c523 if ( option & LBER_BV_ALLOC ) { in ber_get_stringbv()
561 if ( option & LBER_BV_ALLOC ) { in ber_get_stringbv_null()
585 tag = ber_get_stringbv( ber, &bv, LBER_BV_ALLOC | LBER_BV_STRING ); in ber_get_stringa()
599 tag = ber_get_stringbv_null( ber, &bv, LBER_BV_ALLOC | LBER_BV_STRING ); in ber_get_stringa_null()
619 tag = ber_get_stringbv( ber, *bv, LBER_BV_ALLOC ); in ber_get_stringal()
832 rc = ber_get_stringbv( ber, bval, LBER_BV_ALLOC ); in ber_scanf()
859 ChArray, LBER_BV_ALLOC | LBER_BV_STRING, sizeof( char * ) in ber_scanf()
869 BvVec, LBER_BV_ALLOC, sizeof( struct berval * ) in ber_scanf()
879 BvArray, LBER_BV_ALLOC, sizeof( struct berval ) in ber_scanf()
/netbsd/src/external/bsd/openldap/dist/include/
Dlber.h296 #define LBER_BV_ALLOC 0x01 /* allocate/copy result, otherwise in-place */ macro