asn1_ctx_st

We MUST make sure that, except for constness, asn1_ctx_st and asn1_const_ctx are exactly the same. Fortunately, as soon as the old ASN1 parsing macros are gone, we can throw this away as well...

Members

Variables

eos
int eos;

end of sequence read for indefinite encoding

error
int error;

error code to use when returning an error

inf
int inf;

constructed if 0x20, indefinite is 0x21

line
int line;

used in error processing

max
ubyte* max;

largest value of p allowed

p
ubyte* p;

work char pointer

pp
ubyte** pp;

variable

q
ubyte* q;

temporary variable

slen
core.stdc.config.c_long slen;

length of last 'get object'

tag
int tag;

tag from last 'get object'

xclass
int xclass;

class from last 'get object'

Meta