Home
last modified time | relevance | path

Searched refs:LBER_OPT_TRANSLATE_STRINGS (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Ddecode.c237 if ( datalen > 0 && ( ber->ber_options & LBER_OPT_TRANSLATE_STRINGS ) in ber_get_stringb()
280 if ( datalen > 0 && ( ber->ber_options & LBER_OPT_TRANSLATE_STRINGS ) in ber_get_stringa()
324 if ( len > 0 && ( ber->ber_options & LBER_OPT_TRANSLATE_STRINGS ) != 0 in ber_get_stringal()
H A Dio.c779 case LBER_OPT_TRANSLATE_STRINGS: in ber_set_option()
838 case LBER_OPT_TRANSLATE_STRINGS: in ber_get_option()
H A Dencode.c243 if ( len > 0 && ( ber->ber_options & LBER_OPT_TRANSLATE_STRINGS ) != 0 in ber_put_ostring()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c73 *optionsp |= LBER_OPT_TRANSLATE_STRINGS; in ldap_enable_translation()
75 *optionsp &= ~LBER_OPT_TRANSLATE_STRINGS; in ldap_enable_translation()
H A Dopen.c342 nsldapi_ld_defaults.ld_lberoptions |= LBER_OPT_TRANSLATE_STRINGS; in nsldapi_initialize_defaults()
H A Drequest.c83 if (( ld->ld_lberoptions & LBER_OPT_TRANSLATE_STRINGS ) != 0 ) { in nsldapi_set_ber_options()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h30 #define LBER_OPT_TRANSLATE_STRINGS 0x08 macro