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

/illumos-gate/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...]
/illumos-gate/usr/src/man/man3ldap/
H A DMakefile92 ber_skip_tag.3ldap \
237 ber_skip_tag.3ldap := LINKSRC = ber_decode.3ldap

Completed in 58 milliseconds