Searched refs:LBER_USE_DER (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dextensions.c38 if ((ber = ber_alloc_t(LBER_USE_DER)) == NULLBER){
H A Dopen.c234 ld->ld_lberoptions = LBER_USE_DER;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dspagectrl.c32 if ((ber = ber_alloc_t(LBER_USE_DER)) == NULLBER){
/osnet-11/usr/src/lib/libldap4/ber/
H A Dencode.c430 if ( ber->ber_options & LBER_USE_DER ) {
441 if ( ber->ber_options & LBER_USE_DER ) {
479 if ( ber->ber_options & LBER_USE_DER ) {
486 if ( ber->ber_options & LBER_USE_DER ) {
H A Dio.c436 return( ber_alloc_t( LBER_USE_DER ) );
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h102 #define LBER_USE_DER 0x01 macro
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c429 * LBER_USE_DER as LBER_OPT_USE_DER. See lber.h for a bit more info.
431 if ( options & LBER_USE_DER ) {
432 options &= ~LBER_USE_DER;
485 * LBER_USE_DER as LBER_OPT_USE_DER. See lber.h for a bit more info.
487 if ( options & LBER_USE_DER ) {
488 options &= ~LBER_USE_DER;
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h37 * LBER_USE_DER is defined for compatibility with the C LDAP API RFC.
43 #define LBER_USE_DER 0x01 macro
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_val.c323 /* Define LBER_USE_DER per ber_decode(3LDAP) */
324 #ifndef LBER_USE_DER
325 #define LBER_USE_DER 0x01 macro
326 #endif /* LBER_USE_DER */

Completed in 29 milliseconds