Home
last modified time | relevance | path

Searched refs:LBER_OPT_REMAINING_BYTES (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetattr.c49 if ( ber_get_option( ber, LBER_OPT_REMAINING_BYTES, &len ) != 0 ) { in bytes_remaining()
90 ber_set_option( *ber, LBER_OPT_REMAINING_BYTES, &seqlength ) in ldap_first_attribute()
H A Dcontrol.c155 if ( ber_get_option( ber, LBER_OPT_REMAINING_BYTES, &len ) != 0 ) { in nsldapi_get_controls()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c786 case LBER_OPT_REMAINING_BYTES: in ber_set_option()
841 case LBER_OPT_REMAINING_BYTES: in ber_get_option()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h27 #define LBER_OPT_REMAINING_BYTES 0x01 macro