Home
last modified time | relevance | path

Searched refs:LECPCB_VAL_BLOB_CHUNK (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/test-apps/
Dtest-lecp.c85 case LECPCB_VAL_BLOB_CHUNK: in cb()
/third_party/libwebsockets/include/libwebsockets/
Dlws-lecp.h180 LECPCB_VAL_BLOB_CHUNK = LECP_FLAG_CB_IS_VALUE | 27, enumerator
/third_party/libwebsockets/lib/cose/
Dcose_key.c633 case LECPCB_VAL_BLOB_CHUNK: in cb_cose_key()
642 if (reason == LECPCB_VAL_BLOB_CHUNK) in cb_cose_key()
Dcose_validate.c810 case LECPCB_VAL_BLOB_CHUNK: in cb_cose_sig()
/third_party/libwebsockets/READMEs/
DREADME.cbor-lecp.md87 |`LECPCB_VAL_BLOB_CHUNK`|The next blob chunk|`ctx->npos` bytes in `ctx->buf`|
116 `LECPCB_VAL_BLOB_CHUNK` callbacks occur delivering each sequential bufferload.
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/
Dmain.c2530 { .reason = LECPCB_VAL_BLOB_CHUNK, .buf = bm72a, .buf_len = sizeof(bm72a)},
2531 { .reason = LECPCB_VAL_BLOB_CHUNK, .buf = bm72b, .buf_len = sizeof(bm72b)},