Searched refs:LECPCB_OBJECT_END (Results 1 – 4 of 4) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/ |
D | main.c | 2456 { .reason = LECPCB_OBJECT_END }, 2465 { .reason = LECPCB_OBJECT_END }, 2483 { .reason = LECPCB_OBJECT_END }, 2498 { .reason = LECPCB_OBJECT_END }, 2525 { .reason = LECPCB_OBJECT_END }, 2754 { .reason = LECPCB_OBJECT_END }, 2769 { .reason = LECPCB_OBJECT_END, }, 2782 { .reason = LECPCB_OBJECT_END }, 2795 { .reason = LECPCB_OBJECT_END }, 2820 { .reason = LECPCB_OBJECT_END }, [all …]
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-lecp.h | 166 LECPCB_OBJECT_END = 17, enumerator
|
/third_party/libwebsockets/lib/misc/ |
D | lecp.c | 569 if (pst->cb(ctx, LECPCB_OBJECT_END)) in lecp_parse() 591 lecp_push(ctx, 0, LECPCB_OBJECT_END, LECP_OPC); in lecp_parse() 712 lecp_push(ctx, 0, LECPCB_OBJECT_END, LECP_OPC); in lecp_parse()
|
/third_party/libwebsockets/READMEs/ |
D | README.cbor-lecp.md | 77 |`LECPCB_OBJECT_END`|A CBOR map has ended||
|