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