Home
last modified time | relevance | path

Searched refs:LWS_CBOR_MAJTYP_MASK (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-lecp.h68 LWS_CBOR_MAJTYP_MASK = 7 << 5, enumerator
/third_party/libwebsockets/lib/misc/
Dlecp.c402 st->opcode = ctx->item.opcode = c & LWS_CBOR_MAJTYP_MASK; in lecp_parse()
1173 if ((opcode & LWS_CBOR_MAJTYP_MASK) == LWS_CBOR_MAJTYP_FLOAT) { in lws_lec_int()
/third_party/libwebsockets/lib/cose/
Dcose_validate.c674 if (((*p) & LWS_CBOR_MAJTYP_MASK) == in cb_cose_sig()