Home
last modified time | relevance | path

Searched refs:ld_lberoptions (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c325 nsldapi_ld_defaults.ld_lberoptions = LBER_OPT_USE_DER; in nsldapi_initialize_defaults()
342 nsldapi_ld_defaults.ld_lberoptions |= LBER_OPT_TRANSLATE_STRINGS; in nsldapi_initialize_defaults()
H A Drequest.c63 if (( *berp = ber_alloc_t( ld->ld_lberoptions )) == NULLBER ) { in nsldapi_alloc_ber_with_options()
81 ber->ber_options = ld->ld_lberoptions; in nsldapi_set_ber_options()
83 if (( ld->ld_lberoptions & LBER_OPT_TRANSLATE_STRINGS ) != 0 ) { in nsldapi_set_ber_options()
H A Dcharset.c69 optionsp = ( entry == NULLMSG ) ? &ld->ld_lberoptions : in ldap_enable_translation()
H A Dldap-int.h264 char ld_lberoptions; member
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c894 ld->ld_lberoptions &= ~LBER_TRANSLATE_STRINGS; in main()
896 ld->ld_lberoptions |= LBER_TRANSLATE_STRINGS; in main()