Searched refs:sos_next (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/ber_der/inc/
H A Dkmfber_int.h65 struct seqorset *sos_next; member in struct:seqorset
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dio.c121 for (s = ber->ber_sos; s != NULLSEQORSET; s = s->sos_next) {
278 sos = sos->sos_next;
H A Dencode.c451 new_sos->sos_next = ber->ber_sos;
506 if ((next = (*sos)->sos_next) == NULLSEQORSET) {
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dlber-int.h128 struct seqorset *sos_next; member in struct:seqorset
H A Dencode.c393 new_sos->sos_next = ber->ber_sos;
451 if ( (next = (*sos)->sos_next) == NULLSEQORSET ) {
H A Dio.c280 for ( s = ber->ber_sos; s != NULLSEQORSET; s = s->sos_next ) {
547 sos = sos->sos_next;

Completed in 65 milliseconds