Home
last modified time | relevance | path

Searched refs:LBER_DEFAULT (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libldap5/sources/ldap/ber/
H A Ddecode.c61 return( LBER_DEFAULT ); in ber_get_tag()
70 return( LBER_DEFAULT ); in ber_get_tag()
80 return( LBER_DEFAULT ); in ber_get_tag()
114 if ( (tag = ber_get_tag( ber )) == LBER_DEFAULT ) in ber_skip_tag()
115 return( LBER_DEFAULT ); in ber_skip_tag()
126 return( LBER_DEFAULT ); in ber_skip_tag()
130 return( LBER_DEFAULT ); in ber_skip_tag()
134 return( LBER_DEFAULT ); in ber_skip_tag()
203 if ( (tag = ber_skip_tag( ber, &len )) == LBER_DEFAULT ) in ber_get_int()
204 return( LBER_DEFAULT ); in ber_get_int()
[all …]
H A Dio.c436 ber->ber_tag = LBER_DEFAULT; in ber_alloc_t()
481 ber->ber_tag = LBER_DEFAULT; in ber_init_w_nullchar()
564 return( LBER_DEFAULT ); in get_tag()
575 return( LBER_DEFAULT ); in get_tag()
585 return( LBER_DEFAULT ); in get_tag()
629 if ( (tag = get_tag( sb )) == LBER_DEFAULT ) { in ber_get_next()
630 return( LBER_DEFAULT ); in ber_get_next()
644 return( LBER_DEFAULT ); in ber_get_next()
649 return( LBER_DEFAULT ); in ber_get_next()
653 return( LBER_DEFAULT ); in ber_get_next()
[all …]
H A Dencode.c210 if ( tag == LBER_DEFAULT ) in ber_put_enum()
220 if ( tag == LBER_DEFAULT ) in ber_put_int()
236 if ( tag == LBER_DEFAULT ) in ber_put_ostring()
292 if ( tag == LBER_DEFAULT ) in ber_put_bitstring()
319 if ( tag == LBER_DEFAULT ) in ber_put_null()
339 if ( tag == LBER_DEFAULT ) in ber_put_boolean()
407 if ( tag == LBER_DEFAULT ) in ber_start_seq()
417 if ( tag == LBER_DEFAULT ) in ber_start_set()
680 ber->ber_tag = LBER_DEFAULT; in ber_printf()
/titanic_41/usr/src/head/
H A Dlber.h54 #define LBER_DEFAULT 0xffffffffU macro
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c532 LDAP_SET_LDERRNO( ld, (tag == LBER_DEFAULT ? LDAP_SERVER_DOWN :
534 if ( tag == LBER_DEFAULT ) {
1287 LDAP_SET_LDERRNO( ld, (tag == LBER_DEFAULT ? LDAP_SERVER_DOWN :
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_reads.c5290 ber_tag_t rTag = LBER_DEFAULT; in get_new_acct_more_info()