Searched refs:LBER_DEFAULT (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dppolicy.c151 tag != LBER_DEFAULT;
160 if (ber_get_int( ber, &exp ) == LBER_DEFAULT) goto exit;
163 if (ber_get_int( ber, &grace ) == LBER_DEFAULT) goto exit;
170 if (ber_get_enum( ber, &err ) == LBER_DEFAULT) goto exit;
H A Dstctrl.c213 if ( tag == LBER_DEFAULT ) {
231 if ( tag == LBER_DEFAULT ) {
249 if ( tag == LBER_DEFAULT ) {
270 if ( tag == LBER_DEFAULT ) {
290 if ( tag == LBER_DEFAULT && len == 0 ) {
H A Dderef.c188 tag != LBER_DEFAULT;
206 tag != LBER_DEFAULT;
H A Dresult.c538 case LBER_DEFAULT:
1037 if ( ber_peek_tag( ber, &len ) != LBER_DEFAULT ) {
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblber/
H A Ddecode.c133 tag = LBER_DEFAULT;
141 /* Return the tag - LBER_DEFAULT returned means trouble */
182 if ( tag == LBER_DEFAULT || rest == 0 ) {
214 tag = LBER_DEFAULT;
231 if ( tag != LBER_DEFAULT ) {
277 if ( tag == LBER_DEFAULT || len > sizeof(ber_int_t) ) {
278 return LBER_DEFAULT;
321 if ( (tag = ber_skip_element( ber, &bv )) == LBER_DEFAULT ) {
322 return LBER_DEFAULT;
327 return LBER_DEFAULT;
[all...]
H A Dio.c275 ber->ber_tag = LBER_DEFAULT;
321 ber->ber_tag = LBER_DEFAULT;
531 if (sblen<=0) return LBER_DEFAULT;
549 return LBER_DEFAULT;
559 return LBER_DEFAULT;
572 return LBER_DEFAULT;
582 return LBER_DEFAULT;
591 return LBER_DEFAULT;
621 return LBER_DEFAULT;
629 return LBER_DEFAULT;
[all...]
H A Dencode.c204 if ( tag == LBER_DEFAULT ) {
217 if ( tag == LBER_DEFAULT ) {
234 if ( tag == LBER_DEFAULT ) {
289 if ( tag == LBER_DEFAULT ) {
317 if ( tag == LBER_DEFAULT ) {
335 if ( tag == LBER_DEFAULT )
418 if ( tag == LBER_DEFAULT ) {
428 if ( tag == LBER_DEFAULT ) {
646 ber->ber_tag = LBER_DEFAULT;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dcontrols.c1772 if ( tag == LBER_DEFAULT ) {
1795 if ( tag == LBER_DEFAULT ) {
1818 if ( tag == LBER_DEFAULT ) {
1853 if ( tag == LBER_DEFAULT ) {
1872 if ( tag != LBER_DEFAULT || len != 0 ) {
H A Dfilter.c330 tag != LBER_DEFAULT;
402 tag != LBER_DEFAULT;
1128 tag != LBER_DEFAULT;
H A Dadd.c82 for ( tag = ber_first_element( ber, &len, &last ); tag != LBER_DEFAULT;
H A Dmodify.c1018 tag != LBER_DEFAULT;
H A Dschema_init.c273 if ( len || tag != LBER_DEFAULT ) return LDAP_INVALID_SYNTAX;
360 if ( len || tag != LBER_DEFAULT ) {
475 if ( len != 0 || tag != LBER_DEFAULT || cont < 2 ) return LDAP_INVALID_SYNTAX;
H A Dsyncrepl.c1707 op->o_tag = LBER_DEFAULT;
1776 if ( op->o_tag == LBER_DEFAULT || BER_BVISNULL( &dn ) ) {
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dlber.h77 * LBER_ERROR and LBER_DEFAULT are values that can never appear
82 #define LBER_DEFAULT ((ber_tag_t) -1) macro
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dderef.c177 tag != LBER_DEFAULT;
H A Ddds.c945 if ( tag == LBER_DEFAULT ) {
971 if ( tag != LBER_DEFAULT || len != 0 ) {
H A Dpcache.c4997 if ( tag == LBER_DEFAULT ) {
5036 if ( tag == LBER_DEFAULT ) {
5051 if ( tag != LBER_DEFAULT || len != 0 ) {
5089 ber_tag_t tag = LBER_DEFAULT;
5166 ber_tag_t tag = LBER_DEFAULT;
H A Dsssvlv.c1028 } while ( tag != LBER_DEFAULT );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dchain.c2021 if ( tag == LBER_DEFAULT ) {

Completed in 368 milliseconds