Searched defs:along (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dpsearch.c86 ber_int_t along; local
127 if ( ber_scanf( ber, "{e", &along ) == LBER_ERROR ) {
132 changetype = (int)along; /* XXX lossy cast */
H A Dsaslbind.c224 ber_int_t along; local
259 rc = ber_scanf( &ber, "{iaa}", &along, &m, &e );
273 err = (int) along;
H A Derror.c565 ber_int_t along; local
610 berrc = ber_scanf( &ber, "{ia}", &along, &e );
611 errcode = (int)along; /* XXX lossy cast */
613 if (( berrc = ber_scanf( &ber, "{iaa", &along, &m, &e ))
615 errcode = (int)along; /* XXX lossy cast */
H A Dresult.c987 ber_int_t along; local
1005 ber_get_int( ber, &along ) == LBER_ERROR ||
H A Drequest.c1113 ber_uint_t along; local
1135 if ( ber_scanf( &tmpber, "{it", &along, &tag ) == LBER_ERROR ) {

Completed in 82 milliseconds