Searched refs:LECPCB_VAL_BLOB_START (Results 1 – 7 of 7) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/ |
D | main.c | 2054 { .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/ |
D | test-lecp.c | 84 case LECPCB_VAL_BLOB_START: in cb()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-lecp.h | 179 LECPCB_VAL_BLOB_START = 26, /* notice handle separately */ enumerator
|
/third_party/libwebsockets/READMEs/ |
D | README.cbor-lecp.md | 86 |`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/ |
D | cose_validate.c | 760 case LECPCB_VAL_BLOB_START: in cb_cose_sig()
|
D | cose_key.c | 602 case LECPCB_VAL_BLOB_START: in cb_cose_key()
|
/third_party/libwebsockets/lib/misc/ |
D | lecp.c | 700 LECPCB_VAL_BLOB_START))) in lecp_parse()
|