Home
last modified time | relevance | path

Searched refs:LECPCB_VAL_BLOB_START (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/
Dmain.c2054 { .reason = LECPCB_VAL_BLOB_START, },
2065 { .reason = LECPCB_VAL_BLOB_START, },
2259 { .reason = LECPCB_VAL_BLOB_START, },
2266 { .reason = LECPCB_VAL_BLOB_START, },
2279 { .reason = LECPCB_VAL_BLOB_START, },
2284 { .reason = LECPCB_VAL_BLOB_START, },
2529 { .reason = LECPCB_VAL_BLOB_START, },
2790 { .reason = LECPCB_VAL_BLOB_START, },
2798 { .reason = LECPCB_VAL_BLOB_START, },
2802 { .reason = LECPCB_VAL_BLOB_START, },
[all …]
/third_party/libwebsockets/test-apps/
Dtest-lecp.c84 case LECPCB_VAL_BLOB_START: in cb()
/third_party/libwebsockets/include/libwebsockets/
Dlws-lecp.h179 LECPCB_VAL_BLOB_START = 26, /* notice handle separately */ enumerator
/third_party/libwebsockets/READMEs/
DREADME.cbor-lecp.md86 |`LECPCB_VAL_BLOB_START`|A binary blob is starting||
102 `LECPCB_VAL_BLOB_START` occurs first. The `_STR_` callbacks indicate the
/third_party/libwebsockets/lib/cose/
Dcose_validate.c760 case LECPCB_VAL_BLOB_START: in cb_cose_sig()
Dcose_key.c602 case LECPCB_VAL_BLOB_START: in cb_cose_key()
/third_party/libwebsockets/lib/misc/
Dlecp.c700 LECPCB_VAL_BLOB_START))) in lecp_parse()