Searched defs:lecp_ctx (Results 1 – 1 of 1) sorted by relevance
245 struct lecp_ctx { struct251 void *user;252 uint8_t *collect_tgt;256 struct _lecp_parsing_stack pst[LECP_MAX_PARSING_STACK_DEPTH];257 struct _lecp_stack st[LECP_MAX_DEPTH];258 uint16_t i[LECP_MAX_INDEX_DEPTH]; /* index array */259 uint16_t wild[LECP_MAX_INDEX_DEPTH]; /* index array */260 char path[LECP_MAX_PATH];261 uint8_t cbor[64]; /* literal cbor capture */263 struct lecp_item item;[all …]