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

/illumos-gate/usr/src/lib/libkmf/ber_der/inc/
H A Dkmfber_int.h66 } Seqorset; typedef in typeref:struct:seqorset
67 #define NULLSEQORSET ((Seqorset *) 0)
86 Seqorset ber_sos_stack[SOS_STACK_SIZE];
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dlber-int.h129 } Seqorset; typedef in typeref:struct:seqorset
130 #define NULLSEQORSET ((Seqorset *) 0)
149 Seqorset ber_sos_stack[SOS_STACK_SIZE];
H A Dencode.c358 /* the idea here is roughly this: we maintain a stack of these Seqorset
369 Seqorset *new_sos;
377 if ( (new_sos = (Seqorset *)NSLBERI_MALLOC( sizeof(Seqorset)))
429 Seqorset *next;
430 Seqorset **sos = &ber->ber_sos;
H A Dio.c234 Seqorset *s;
534 ber_sos_dump( Seqorset *sos )
/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.c74 Seqorset *s;
265 ber_sos_dump(Seqorset *sos)
H A Dencode.c415 * The idea here is roughly this: we maintain a stack of these Seqorset
426 Seqorset *new_sos;
434 if ((new_sos = (Seqorset *)malloc(sizeof (Seqorset)))
486 Seqorset *next;
487 Seqorset **sos = &ber->ber_sos;

Completed in 67 milliseconds