Searched refs:lecp_ctx (Results 1 – 7 of 7) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-lecp.h | 217 struct lecp_ctx; 218 typedef signed char (*lecp_callback)(struct lecp_ctx *ctx, char reason); 245 struct lecp_ctx { struct 464 lecp_construct(struct lecp_ctx *ctx, lecp_callback cb, void *user, 473 lecp_destruct(struct lecp_ctx *ctx); 489 lecp_parse(struct lecp_ctx *ctx, const uint8_t *cbor, size_t len); 492 lecp_change_callback(struct lecp_ctx *ctx, lecp_callback cb); 512 lecp_parse_report_raw(struct lecp_ctx *ctx, int on); 524 lecp_parse_map_is_key(struct lecp_ctx *ctx); 527 lecp_parse_subtree(struct lecp_ctx *ctx, const uint8_t *in, size_t len);
|
/third_party/libwebsockets/lib/misc/ |
D | lecp.c | 55 lecp_construct(struct lecp_ctx *ctx, lecp_callback cb, void *user, in lecp_construct() 74 lecp_destruct(struct lecp_ctx *ctx) in lecp_destruct() 82 lecp_change_callback(struct lecp_ctx *ctx, lecp_callback cb) in lecp_change_callback() 105 ex(struct lecp_ctx *ctx, void *_start, size_t len) in ex() 120 lecp_check_path_match(struct lecp_ctx *ctx) in lecp_check_path_match() 173 lecp_push(struct lecp_ctx *ctx, char s_start, char s_end, char state) in lecp_push() 206 lecp_pop(struct lecp_ctx *ctx) in lecp_pop() 236 lwcp_st_parent(struct lecp_ctx *ctx) in lwcp_st_parent() 244 lwcp_completed(struct lecp_ctx *ctx, char indet) in lwcp_completed() 302 lwcp_is_indet_string(struct lecp_ctx *ctx) in lwcp_is_indet_string() [all …]
|
/third_party/libwebsockets/test-apps/ |
D | test-lecp.c | 55 cb(struct lecp_ctx *ctx, char reason) in cb() 141 struct lecp_ctx ctx; in main()
|
/third_party/libwebsockets/lib/cose/ |
D | private-lib-cose.h | 82 struct lecp_ctx ctx;
|
D | cose_validate.c | 236 create_alg(struct lecp_ctx *ctx, struct lws_cose_validate_context *cps) in create_alg() 444 cb_cose_sig(struct lecp_ctx *ctx, char reason) in cb_cose_sig()
|
D | cose_key.c | 305 cb_cose_key(struct lecp_ctx *ctx, char reason) in cb_cose_key() 912 struct lecp_ctx ctx; in lws_cose_key_import()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/ |
D | main.c | 4496 test_cb(struct lecp_ctx *ctx, char reason) in test_cb() 4608 struct lecp_ctx ctx; in main()
|