Searched defs:ber_skip_tag (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/ber/
H A Ddecode.c100 ber_skip_tag( BerElement *ber, unsigned int *len ) function
157 tag = ber_skip_tag( ber, len );
198 if ( (tag = ber_skip_tag( ber, &len )) == LBER_DEFAULT )
215 if ( (tag = ber_skip_tag( ber, &datalen )) == LBER_DEFAULT )
253 if ( (tag = ber_skip_tag( ber, &datalen )) == LBER_DEFAULT )
286 if ( (tag = ber_skip_tag( ber, &len )) == LBER_DEFAULT )
319 if ( (tag = ber_skip_tag( ber, &datalen )) == LBER_DEFAULT )
341 if ( (tag = ber_skip_tag( ber, &len )) == LBER_DEFAULT )
366 if ( ber_skip_tag( ber, len ) == LBER_DEFAULT ) {
483 *i = rc = ber_skip_tag( be
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Ddecode.c47 * If that changes, the ber_peek_tag() and/or ber_skip_tag() implementations
87 * Note: ber_skip_tag() only uses the ber_end and ber_ptr elements of ber.
93 ber_skip_tag( BerElement *ber, ber_len_t *len ) function
145 * Note: Previously, we passed the "ber" parameter directly to ber_skip_tag(),
147 * of the fact that the only ber structure elements touched by ber_skip_tag()
158 return( ber_skip_tag( &bercopy, len ));
203 if ( (tag = ber_skip_tag( ber, &len )) == LBER_DEFAULT )
226 if ( (tag = ber_skip_tag( ber, &datalen )) == LBER_DEFAULT )
270 if ( (tag = ber_skip_tag( ber, &datalen )) == LBER_DEFAULT )
310 if ( (tag = ber_skip_tag( be
[all...]

Completed in 32 milliseconds