Searched defs:indef (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_get.h43 int indef; member in struct:__anon2525
54 unsigned int *retlen, int *indef);
73 (asn1buf *buf, unsigned int *retlen, int *indef);
H A Dasn1_get.c40 t->indef = 0;
76 t->indef = 0;
93 t->indef = 1;
97 if (t->indef && t->construction != CONSTRUCTED)
102 asn1_error_code asn1_get_sequence(asn1buf *buf, unsigned int *retlen, int *indef) argument
115 if (indef)
116 *indef = t.indef;
H A Dasn1buf.c63 #define asn1_is_eoc(class, num, indef) \
64 ((class) == UNIVERSAL && !(num) && !(indef))
84 asn1_error_code asn1buf_imbed(asn1buf *subbuf, const asn1buf *buf, const unsigned int length, const int indef) argument
88 if (!indef) {
98 unsigned int length, int indef, int seqindef)
105 } else if (!asn1_is_eoc(asn1class, lasttag, indef)) {
106 retval = asn1buf_skiptail(subbuf, length, indef);
116 asn1_error_code asn1buf_skiptail(asn1buf *buf, const unsigned int length, const int indef) argument
122 nestlevel = 1 + indef;
123 if (!indef) {
96 asn1buf_sync(asn1buf *buf, asn1buf *subbuf, asn1_class asn1class, asn1_tagnum lasttag, unsigned int length, int indef, int seqindef) argument
241 asn1buf_remains(asn1buf *buf, int indef) argument
[all...]

Completed in 67 milliseconds