Searched refs:NULLSEQORSET (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/ber_der/inc/
H A Dkmfber_int.h67 #define NULLSEQORSET ((Seqorset *) 0) macro
/illumos-gate/usr/src/cmd/ldap/common/
H A Detest.c36 Seqorset *sos = NULLSEQORSET;
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dio.c121 for (s = ber->ber_sos; s != NULLSEQORSET; s = s->sos_next) {
269 while (sos != NULLSEQORSET) {
H A Dencode.c435 == NULLSEQORSET) {
441 if (ber->ber_sos == NULLSEQORSET)
506 if ((next = (*sos)->sos_next) == NULLSEQORSET) {
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c378 == NULLSEQORSET ) {
384 if ( ber->ber_sos == NULLSEQORSET )
451 if ( (next = (*sos)->sos_next) == NULLSEQORSET ) {
H A Dlber-int.h130 #define NULLSEQORSET ((Seqorset *) 0) macro
H A Dio.c280 for ( s = ber->ber_sos; s != NULLSEQORSET; s = s->sos_next ) {
538 while ( sos != NULLSEQORSET ) {

Completed in 65 milliseconds