Searched defs:lejp_ctx (Results 1 – 1 of 1) sorted by relevance
217 struct lejp_ctx { struct223 void *user;227 struct _lejp_parsing_stack pst[LEJP_MAX_PARSING_STACK_DEPTH];228 struct _lejp_stack st[LEJP_MAX_DEPTH];229 uint16_t i[LEJP_MAX_INDEX_DEPTH]; /* index array */230 uint16_t wild[LEJP_MAX_INDEX_DEPTH]; /* index array */231 char path[LEJP_MAX_PATH];232 char buf[LEJP_STRING_CHUNK + 1];236 size_t path_stride; /* 0 means default ptr size, else stride */261 lejp_construct(struct lejp_ctx *ctx, argument