Home
last modified time | relevance | path

Searched refs:LECPCB_VAL_STR_END (Results 1 – 8 of 8) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/
Dmain.c2241 { .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/
DREADME.json-lejp.md67 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`.
DREADME.cbor-lecp.md73 |`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/
Dtest-lecp.c79 case LECPCB_VAL_STR_END: in cb()
/third_party/libwebsockets/lib/misc/
Dlecp.c441 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/
Dlws-lecp.h160 LECPCB_VAL_STR_END = LECP_FLAG_CB_IS_VALUE | 13, enumerator
/third_party/libwebsockets/lib/cose/
Dcose_validate.c753 case LECPCB_VAL_STR_END: in cb_cose_sig()
Dcose_key.c665 case LECPCB_VAL_STR_END: in cb_cose_key()