Home
last modified time | relevance | path

Searched refs:lejp_ctx (Results 1 – 22 of 22) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-lejp.h32 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 …]
Dlws-struct.h243 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/
Dlejp.c69 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)
Dlws-struct-lejp.c31 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/
Dmain.c138 test_cb(struct lejp_ctx *ctx, char reason) in test_cb()
150 struct lejp_ctx ctx; in main()
/third_party/libwebsockets/test-apps/
Dtest-lejp.c45 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/
Dauth.c33 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/
Dprivate-lib-jose.h51 cb_jwk(struct lejp_ctx *ctx, char reason);
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
Dminimal-secure-streams.c147 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/
Djose.c68 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()
Djws.c64 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/
Davs.c35 struct lejp_ctx jctx;
42 struct lejp_ctx jctx;
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
Dtest2.c170 struct lejp_ctx ctx; in test2()
Dmain.c520 struct lejp_ctx ctx; in main()
773 struct lejp_ctx ctx; in main()
/third_party/libwebsockets/plugins/acme-client/
Dprotocol_lws_acme_client.c86 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/
Dalexa.c28 struct lejp_ctx jctx;
46 struct lejp_ctx jctx;
/third_party/libwebsockets/lib/jose/jwk/
Djose_key.c180 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/
Dnetdev.c85 struct lejp_ctx ctx; in lws_netdev_credentials_settings_get()
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c272 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/
Djwe.c59 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/
Dprivate-lib-secure-streams.h387 struct lejp_ctx jctx;
Dpolicy-json.c305 lws_ss_policy_parser_cb(struct lejp_ctx *ctx, char reason) in lws_ss_policy_parser_cb()