Home
last modified time | relevance | path

Searched refs:ber_get_option (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()
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/include/ldap/
H A Dsolaris-int.h152 LDAP_API(int) LDAP_CALL ber_get_option( BerElement *ber, int option,
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c807 ber_get_option( struct berelement *ber, int option, void *value ) in ber_get_option() function