Searched refs:LBER_OPT_USE_DER (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c445 if ( ber->ber_options & LBER_OPT_USE_DER ) {
456 if ( ber->ber_options & LBER_OPT_USE_DER ) {
494 if ( ber->ber_options & LBER_OPT_USE_DER ) {
502 if ( ber->ber_options & LBER_OPT_USE_DER ) {
H A Dio.c429 * LBER_USE_DER as LBER_OPT_USE_DER. See lber.h for a bit more info.
433 options |= LBER_OPT_USE_DER;
458 return( ber_alloc_t( LBER_OPT_USE_DER ) );
485 * LBER_USE_DER as LBER_OPT_USE_DER. See lber.h for a bit more info.
489 options |= LBER_OPT_USE_DER;
778 case LBER_OPT_USE_DER:
837 case LBER_OPT_USE_DER:
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h31 #define LBER_OPT_USE_DER 0x04 macro
41 * ber_get_option() must use LBER_OPT_USE_DER instead. Sorry!
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c325 nsldapi_ld_defaults.ld_lberoptions = LBER_OPT_USE_DER;

Completed in 50 milliseconds