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

/osnet-11/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];
/osnet-11/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 )
/osnet-11/usr/src/lib/libldap4/include/
H A Dlber.h95 } Seqorset; typedef in typeref:struct:seqorset
96 #define NULLSEQORSET ((Seqorset *) 0)
201 void ber_sos_dump(Seqorset *sos);
/osnet-11/usr/src/lib/libldap4/ber/
H A Dencode.c366 Seqorset *new;
368 if ( (new = (Seqorset *) calloc( sizeof(Seqorset), 1 ))
413 Seqorset *next;
414 Seqorset **sos = &ber->ber_sos;
H A Dio.c282 Seqorset *s;
514 ber_sos_dump( Seqorset *sos )
/osnet-11/usr/src/cmd/ldap/common/
H A Detest.c36 Seqorset *sos = NULLSEQORSET;
/osnet-11/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 66 milliseconds