Home
last modified time | relevance | path

Searched defs:lecp_ctx (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-lecp.h245 struct lecp_ctx { struct
251 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 …]