Searched refs:LBER_BV_STRING (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblber/
H A Ddecode.c486 (( option & LBER_BV_STRING ) &&
524 if (( option & LBER_BV_STRING ) &&
556 tag = ber_get_stringbv( ber, &bv, LBER_BV_ALLOC | LBER_BV_STRING );
570 tag = ber_get_stringbv_null( ber, &bv, LBER_BV_ALLOC | LBER_BV_STRING );
830 ChArray, LBER_BV_ALLOC | LBER_BV_STRING, sizeof( char * )
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dlber.h288 #define LBER_BV_STRING 0x04 /* fail if berval contains embedded \0 */ macro
289 /* LBER_BV_STRING currently accepts a terminating \0 in the berval, because

Completed in 112 milliseconds