Searched refs:LECPCB_VAL_STR_END (Results 1 – 8 of 8) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/ |
D | main.c | 2241 { .reason = LECPCB_VAL_STR_END, .buf = bm48, .buf_len = sizeof(bm48)}, 2274 { .reason = LECPCB_VAL_STR_END, .buf = bm53, .buf_len = sizeof(bm53)}, 2290 { .reason = LECPCB_VAL_STR_END, .buf = bm53, .buf_len = 0}, 2295 { .reason = LECPCB_VAL_STR_END, .buf = bm57, .buf_len = sizeof(bm57)}, 2300 { .reason = LECPCB_VAL_STR_END, .buf = bm58, .buf_len = sizeof(bm58)}, 2305 { .reason = LECPCB_VAL_STR_END, .buf = bm59, .buf_len = sizeof(bm59)}, 2310 { .reason = LECPCB_VAL_STR_END, .buf = bm60, .buf_len = sizeof(bm60)}, 2315 { .reason = LECPCB_VAL_STR_END, .buf = bm61, .buf_len = sizeof(bm61)}, 2320 { .reason = LECPCB_VAL_STR_END, .buf = bm62, .buf_len = sizeof(bm62)}, 2471 { .reason = LECPCB_VAL_STR_END, .buf = (const uint8_t *)"a", .buf_len = 1}, [all …]
|
/third_party/libwebsockets/READMEs/ |
D | README.json-lejp.md | 67 delivered in a single `LECPCB_VAL_STR_END` callback. 72 The last chunk (which may be zero length) is delievered by `LECPCB_VAL_STR_END`.
|
D | README.cbor-lecp.md | 73 |`LECPCB_VAL_STR_END`|The last string chunk|`ctx->npos` bytes in `ctx->buf`| 113 delivered in a single `LECPCB_VAL_STR_END` or `LECPCB_VAL_BLOB_END` callback. 118 `LECPCB_VAL_STR_END` or `LECPCB_VAL_BLOB_END`.
|
/third_party/libwebsockets/test-apps/ |
D | test-lecp.c | 79 case LECPCB_VAL_STR_END: in cb()
|
/third_party/libwebsockets/lib/misc/ |
D | lecp.c | 441 to = LECPCB_VAL_BLOB_END - LECPCB_VAL_STR_END; in lecp_parse() 463 if (pst->cb(ctx, (char)(LECPCB_VAL_STR_END + to))) in lecp_parse() 496 lecp_push(ctx, 0, (char)(LECPCB_VAL_STR_END + to), in lecp_parse() 784 to = LECPCB_VAL_BLOB_END - LECPCB_VAL_STR_END; in lecp_parse() 786 o = (uint8_t)(LECPCB_VAL_STR_END + to); in lecp_parse() 803 if (o == LECPCB_VAL_STR_END + to) in lecp_parse()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-lecp.h | 160 LECPCB_VAL_STR_END = LECP_FLAG_CB_IS_VALUE | 13, enumerator
|
/third_party/libwebsockets/lib/cose/ |
D | cose_validate.c | 753 case LECPCB_VAL_STR_END: in cb_cose_sig()
|
D | cose_key.c | 665 case LECPCB_VAL_STR_END: in cb_cose_key()
|