/third_party/libwebsockets/include/libwebsockets/ |
D | lws-lejp.h | 32 struct lejp_ctx; 174 LWS_EXTERN signed char _lejp_callback(struct lejp_ctx *ctx, char reason); 176 typedef signed char (*lejp_callback)(struct lejp_ctx *ctx, char reason); 211 signed char (*callback)(struct lejp_ctx *ctx, char reason); 218 struct lejp_ctx { struct 263 lejp_construct(struct lejp_ctx *ctx, argument 264 signed char (*callback)(struct lejp_ctx *ctx, char reason), 268 lejp_destruct(struct lejp_ctx *ctx); 271 lejp_parse(struct lejp_ctx *ctx, const unsigned char *json, int len); 274 lejp_change_callback(struct lejp_ctx *ctx, [all …]
|
D | lws-struct.h | 243 lws_struct_json_init_parse(struct lejp_ctx *ctx, lejp_callback cb, 247 lws_struct_schema_only_lejp_cb(struct lejp_ctx *ctx, char reason); 250 lws_struct_default_lejp_cb(struct lejp_ctx *ctx, char reason);
|
/third_party/libwebsockets/lib/misc/ |
D | lejp.c | 69 lejp_construct(struct lejp_ctx *ctx, in lejp_construct() 70 signed char (*callback)(struct lejp_ctx *ctx, char reason), void *user, in lejp_construct() 107 lejp_destruct(struct lejp_ctx *ctx) in lejp_destruct() 137 lejp_change_callback(struct lejp_ctx *ctx, in lejp_change_callback() 138 signed char (*callback)(struct lejp_ctx *ctx, char reason)) in lejp_change_callback() 147 lejp_check_path_match(struct lejp_ctx *ctx) in lejp_check_path_match() 198 lejp_get_wildcard(struct lejp_ctx *ctx, int wildcard, char *dest, int len) in lejp_get_wildcard() 238 lejp_parse(struct lejp_ctx *ctx, const unsigned char *json, int len) in lejp_parse() 830 lejp_parser_push(struct lejp_ctx *ctx, void *user, const char * const *paths, 860 lejp_parser_pop(struct lejp_ctx *ctx)
|
D | lws-struct-lejp.c | 31 lws_struct_schema_only_lejp_cb(struct lejp_ctx *ctx, char reason) in lws_struct_schema_only_lejp_cb() 124 lws_struct_lejp_push(struct lejp_ctx *ctx, lws_struct_args_t *args, in lws_struct_lejp_push() 142 lws_struct_default_lejp_cb(struct lejp_ctx *ctx, char reason) in lws_struct_default_lejp_cb() 479 lws_struct_json_init_parse(struct lejp_ctx *ctx, lejp_callback cb, void *user) in lws_struct_json_init_parse()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lejp/ |
D | main.c | 138 test_cb(struct lejp_ctx *ctx, char reason) in test_cb() 150 struct lejp_ctx ctx; in main()
|
/third_party/libwebsockets/test-apps/ |
D | test-lejp.c | 45 cb(struct lejp_ctx *ctx, char reason) in cb() 92 struct lejp_ctx ctx; in main()
|
/third_party/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/ |
D | auth.c | 33 struct lejp_ctx jctx; 73 auth_api_amazon_com_parser_cb(struct lejp_ctx *ctx, char reason) in auth_api_amazon_com_parser_cb()
|
/third_party/libwebsockets/lib/jose/ |
D | private-lib-jose.h | 51 cb_jwk(struct lejp_ctx *ctx, char reason);
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/ |
D | minimal-secure-streams.c | 147 struct lejp_ctx ctx; 164 lws_httpbin_json_cb(struct lejp_ctx *ctx, char reason) in lws_httpbin_json_cb()
|
/third_party/libwebsockets/lib/jose/jws/ |
D | jose.c | 68 struct lejp_ctx jwk_jctx; /* fake lejp context used to parse epk */ 159 lws_jws_jose_cb(struct lejp_ctx *ctx, char reason) in lws_jws_jose_cb() 411 struct lejp_ctx jctx; in lws_jose_parse()
|
D | jws.c | 64 lws_jws_json_cb(struct lejp_ctx *ctx, char reason) in lws_jws_json_cb() 143 struct lejp_ctx jctx; in lws_jws_json_parse()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-avs/ |
D | avs.c | 35 struct lejp_ctx jctx; 42 struct lejp_ctx jctx;
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
D | test2.c | 170 struct lejp_ctx ctx; in test2()
|
D | main.c | 520 struct lejp_ctx ctx; in main() 773 struct lejp_ctx ctx; in main()
|
/third_party/libwebsockets/plugins/acme-client/ |
D | protocol_lws_acme_client.c | 86 struct lejp_ctx jctx; 355 cb_dir(struct lejp_ctx *ctx, char reason) in cb_dir() 406 cb_order(struct lejp_ctx *ctx, char reason) in cb_order() 469 cb_authz(struct lejp_ctx *ctx, char reason) in cb_authz() 541 cb_chac(struct lejp_ctx *ctx, char reason) in cb_chac()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
D | alexa.c | 28 struct lejp_ctx jctx; 46 struct lejp_ctx jctx;
|
/third_party/libwebsockets/lib/jose/jwk/ |
D | jose_key.c | 180 cb_jwk(struct lejp_ctx *ctx, char reason) in cb_jwk() 422 struct lejp_ctx jctx; in lws_jwk_import()
|
/third_party/libwebsockets/lib/drivers/netdev/ |
D | netdev.c | 85 struct lejp_ctx ctx; in lws_netdev_credentials_settings_get()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | lejp-conf.c | 272 lejp_globals_cb(struct lejp_ctx *ctx, char reason) in lejp_globals_cb() 372 lejp_vhosts_cb(struct lejp_ctx *ctx, char reason) in lejp_vhosts_cb() 937 struct lejp_ctx ctx; in lwsws_get_config()
|
/third_party/libwebsockets/lib/jose/jwe/ |
D | jwe.c | 59 lws_jwe_json_cb(struct lejp_ctx *ctx, char reason) in lws_jwe_json_cb() 141 struct lejp_ctx jctx; in lws_jwe_json_parse()
|
/third_party/libwebsockets/lib/secure-streams/ |
D | private-lib-secure-streams.h | 387 struct lejp_ctx jctx;
|
D | policy-json.c | 305 lws_ss_policy_parser_cb(struct lejp_ctx *ctx, char reason) in lws_ss_policy_parser_cb()
|