Searched refs:LBER_ERROR (Results 26 - 50 of 52) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dsasl.c297 if( tag == LBER_ERROR ) {
309 if( tag == LBER_ERROR ) {
319 if( ber_scanf( ber, "x" ) == LBER_ERROR ) {
329 if( ber_scanf( ber, "O", &scred ) == LBER_ERROR ) {
H A Drequest.c1494 if ( rtag == LBER_ERROR ) {
1540 if( rtag == LBER_ERROR ) {
H A Dgetdn.c101 if ( ber_scanf( &tmp, "{a" /*}*/, &dn ) == LBER_ERROR ) {
139 if ( ber_scanf( ber, "{ml{" /*}*/, dn, &len ) == LBER_ERROR ) {
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dextended.c151 if ( tag == LBER_ERROR ) {
159 if ( tag == LBER_ERROR ) {
H A Dsearch.c644 if ( ber_scanf( &ber, "{m", bdn ) == LBER_ERROR ) {
671 ber_scanf( &ber, "{m", &a ) != LBER_ERROR ) {
718 if ( ber_scanf( &ber, "[W]", &attr->a_vals ) == LBER_ERROR
H A Dchain.c2015 if ( tag == LBER_ERROR ) {
2048 if ( ( ber_scanf( ber, /* { */ "}") ) == LBER_ERROR ) {
H A Dbind.c2572 if ( tag == LBER_ERROR ) {
2614 if ( tag == LBER_ERROR ) {
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dextended.c139 if ( ber_scanf( op->o_ber, "{m" /*}*/, &op->ore_reqoid ) == LBER_ERROR ) {
150 if( ber_scanf( op->o_ber, "m", &reqdata ) == LBER_ERROR ) {
H A Dsearch.c76 &op->ors_tlimit, &op->ors_attrsonly ) == LBER_ERROR )
148 if ( ber_scanf( op->o_ber, "{M}}", &op->ors_attrs, &siz, off ) == LBER_ERROR ) {
H A Dfilter.c133 if( tag == LBER_ERROR ) {
185 if ( ber_scanf( ber, "m", &type ) == LBER_ERROR ) {
361 if ( ber_scanf( ber, "{m" /*}*/, &desc ) == LBER_ERROR ) {
408 if ( rc == LBER_ERROR ) {
953 if( tag == LBER_ERROR ) {
999 if ( ber_scanf( ber, "m", &type ) == LBER_ERROR ) {
1116 if( tag == LBER_ERROR ) {
H A Dadd.c71 if ( ber_scanf( ber, "{m", /*}*/ &dn ) == LBER_ERROR ) {
92 if ( rtag == LBER_ERROR ) {
121 if ( ber_scanf( ber, /*{*/ "}") == LBER_ERROR ) {
H A Dmodrdn.c76 == LBER_ERROR )
102 == LBER_ERROR ) {
121 if ( ber_scanf( op->o_ber, /*{*/ "}") == LBER_ERROR ) {
H A Dpasswd.c384 if( tag == LBER_ERROR ) {
406 if( tag == LBER_ERROR ) {
437 if( tag == LBER_ERROR ) {
H A Ddelete.c54 if ( ber_scanf( op->o_ber, "m", &dn ) == LBER_ERROR ) {
H A Dconnection.c1055 op->o_tag = LBER_ERROR;
1115 tag = LBER_ERROR;
1158 case LBER_ERROR:
1516 if ( (tag = ber_peek_tag( ber, &len )) == LBER_ERROR ) {
H A Dmodify.c73 if ( ber_scanf( op->o_ber, "{m" /*}*/, &dn ) == LBER_ERROR ) {
1027 &tmp.sml_type, &tmp.sml_values ) == LBER_ERROR )
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/clients/tools/
H A Dldappasswd.c368 if( tag == LBER_ERROR ) {
H A Dcommon.c1836 } else if ( ber_scanf( ber, "{m{" /*}}*/, &bv ) == LBER_ERROR ) {
1843 while ( ber_scanf( ber, "{m" /*}*/, &bv ) != LBER_ERROR ) {
1847 if ( ber_scanf( ber, "[W]", &vals ) == LBER_ERROR ||
2111 if ( tag != LBER_ERROR ) {
/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
81 #define LBER_ERROR ((ber_tag_t) -1) macro
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dsearch.c1841 if ( ber_scanf( &ber, "l{", &len ) == LBER_ERROR ) {
1849 if ( ber_scanf( &ber, "m{", &bdn ) == LBER_ERROR ) {
1900 while ( ber_scanf( &ber, "{m", &a ) != LBER_ERROR ) {
1978 if ( ber_scanf( &ber, "[W]", &attr->a_vals ) == LBER_ERROR
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dderef.c187 if ( ber_scanf( ber, "{m{M}}", &derefAttr, &attributes, &cnt, off ) == LBER_ERROR )
H A Ddds.c914 if ( tag == LBER_ERROR ) {
931 if ( tag == LBER_ERROR ) {
959 if ( tag == LBER_ERROR ) {
H A Dvalsort.c539 if (( tag = ber_scanf( ber, "{b}", &flag )) == LBER_ERROR ) {
H A Dsyncprov.c3159 if ( (tag = ber_scanf( ber, "{i" /*}*/, &mode )) == LBER_ERROR ) {
3179 if (( ber_scanf( ber, /*{*/ "m", &cookie )) == LBER_ERROR ) {
3186 if (( ber_scanf( ber, /*{*/ "b", &rhint )) == LBER_ERROR ) {
3191 if (( ber_scanf( ber, /*{*/ "}")) == LBER_ERROR ) {
H A Dpcache.c4965 if ( tag == LBER_ERROR ) {
4982 if ( tag == LBER_ERROR ) {
5011 if ( tag == LBER_ERROR ) {

Completed in 300 milliseconds

123