Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/sources/ldap/ber/
H A Ddecode.c241 if ( datalen > 0 && ( ber->ber_options & LBER_OPT_TRANSLATE_STRINGS ) in ber_get_stringb()
284 if ( datalen > 0 && ( ber->ber_options & LBER_OPT_TRANSLATE_STRINGS ) in ber_get_stringa()
328 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()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c75 *optionsp |= LBER_OPT_TRANSLATE_STRINGS; in ldap_enable_translation()
77 *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.c85 if (( ld->ld_lberoptions & LBER_OPT_TRANSLATE_STRINGS ) != 0 ) { in nsldapi_set_ber_options()
/titanic_41/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h32 #define LBER_OPT_TRANSLATE_STRINGS 0x08 macro