Home
last modified time | relevance | path

Searched refs:LECPCB_VAL_STR_CHUNK (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/test-apps/
Dtest-lecp.c78 case LECPCB_VAL_STR_CHUNK: in cb()
/third_party/libwebsockets/include/libwebsockets/
Dlws-lecp.h159 LECPCB_VAL_STR_CHUNK = LECP_FLAG_CB_IS_VALUE | 12, enumerator
/third_party/libwebsockets/READMEs/
DREADME.json-lejp.md69 For payloads larger than the size of `ctx->buf[]`, `LECPCB_VAL_STR_CHUNK`
DREADME.cbor-lecp.md72 |`LECPCB_VAL_STR_CHUNK`|The next string chunk|`ctx->npos` bytes in `ctx->buf`|
115 For payloads larger than the size of `ctx->buf[]`, `LECPCB_VAL_STR_CHUNK` or
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/
Dmain.c2537 { .reason = LECPCB_VAL_STR_CHUNK, .buf = (const uint8_t *)"stream", .buf_len = 5},
2538 { .reason = LECPCB_VAL_STR_CHUNK, .buf = (const uint8_t *)"ming", .buf_len = 4},