asn1_const_ctx_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

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
const(ubyte)* max;

largest value of p allowed

p
const(ubyte)* p;

work char pointer

pp
const(ubyte)** pp;

variable

q
const(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