Searched refs:LECPCB_VAL_STR_START (Results 1 – 6 of 6) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/ |
D | main.c | 2240 { .reason = LECPCB_VAL_STR_START, }, 2273 { .reason = LECPCB_VAL_STR_START, }, 2289 { .reason = LECPCB_VAL_STR_START, }, 2294 { .reason = LECPCB_VAL_STR_START, }, 2299 { .reason = LECPCB_VAL_STR_START, }, 2304 { .reason = LECPCB_VAL_STR_START, }, 2309 { .reason = LECPCB_VAL_STR_START, }, 2314 { .reason = LECPCB_VAL_STR_START, }, 2319 { .reason = LECPCB_VAL_STR_START, }, 2470 { .reason = LECPCB_VAL_STR_START, }, [all …]
|
/third_party/libwebsockets/test-apps/ |
D | test-lecp.c | 77 case LECPCB_VAL_STR_START: in cb()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-lecp.h | 158 LECPCB_VAL_STR_START = 11, /* notice handle separately */ enumerator
|
/third_party/libwebsockets/lib/misc/ |
D | lecp.c | 460 pst->cb(ctx, (char)(LECPCB_VAL_STR_START + to))) in lecp_parse() 473 pst->cb(ctx, (char)(LECPCB_VAL_STR_START + to))) in lecp_parse() 490 pst->cb(ctx, (char)(LECPCB_VAL_STR_START + to))) in lecp_parse() 699 LECPCB_VAL_STR_START : in lecp_parse()
|
/third_party/libwebsockets/READMEs/ |
D | README.json-lejp.md | 61 When a string is parsed, an advisory callback of `LECPCB_VAL_STR_START` occurs
|
D | README.cbor-lecp.md | 71 |`LECPCB_VAL_STR_START`|A UTF-8 string is starting|| 101 When a string or blob is parsed, an advisory callback of `LECPCB_VAL_STR_START` or
|