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

  /src/external/bsd/openldap/dist/libraries/liblber/
decode.c 484 if (b->choice != BvOff) { /* BvOff does not have LBER_BV_ALLOC set */
523 if ( option & LBER_BV_ALLOC ) {
561 if ( option & LBER_BV_ALLOC ) {
585 tag = ber_get_stringbv( ber, &bv, LBER_BV_ALLOC | LBER_BV_STRING );
599 tag = ber_get_stringbv_null( ber, &bv, LBER_BV_ALLOC | LBER_BV_STRING );
619 tag = ber_get_stringbv( ber, *bv, LBER_BV_ALLOC );
832 rc = ber_get_stringbv( ber, bval, LBER_BV_ALLOC );
859 ChArray, LBER_BV_ALLOC | LBER_BV_STRING, sizeof( char * )
869 BvVec, LBER_BV_ALLOC, sizeof( struct berval * )
879 BvArray, LBER_BV_ALLOC, sizeof( struct berval
    [all...]
  /src/external/bsd/openldap/dist/include/
lber.h 296 #define LBER_BV_ALLOC 0x01 /* allocate/copy result, otherwise in-place */

Completed in 55 milliseconds