Home
last modified time | relevance | path

Searched refs:lejp_parse (Results 1 – 17 of 17) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lejp/
Dmain.c168 n = lejp_parse(&ctx, (uint8_t *)json_tests[m], in main()
171 n = lejp_parse(&ctx, (uint8_t *)json_tests[m], in main()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
Dmain.c546 n = lejp_parse(&ctx, (uint8_t *)json_tests[m], in main()
691 m = lejp_parse(&ctx, (uint8_t *)t2, (int)strlen(t2)); in main()
783 m = lejp_parse(&ctx, (uint8_t *)jig_conf, (int)strlen(jig_conf)); in main()
Dtest2.c185 n = lejp_parse(&ctx, (uint8_t *)test2_json, (int)strlen(test2_json)); in test2()
DREADME.md89 [2020/05/21 16:36:57:1837] N: test2: lejp_parse 0
/third_party/libwebsockets/test-apps/
Dtest-lejp.c109 m = lejp_parse(&ctx, (uint8_t *)buf, n); in main()
/third_party/libwebsockets/include/libwebsockets/
Dlws-lejp.h271 lejp_parse(struct lejp_ctx *ctx, const unsigned char *json, int len);
/third_party/libwebsockets/lib/drivers/netdev/
Dnetdev.c112 m = lejp_parse(&ctx, (uint8_t *)buf, l); in lws_netdev_credentials_settings_get()
/third_party/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/
Dauth.c137 n = lejp_parse(&m->jctx, buf, (int)len); in ss_api_amazon_auth_rx()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
Dminimal-secure-streams.c211 int pr = lejp_parse(&m->ctx, buf, (int)len); in myss_rx()
/third_party/libwebsockets/lib/jose/jws/
Djose.c435 m = lejp_parse(&jctx, (uint8_t *)buf, n); in lws_jose_parse()
Djws.c153 m = lejp_parse(&jctx, (uint8_t *)buf, len); in lws_jws_json_parse()
/third_party/libwebsockets/lib/jose/jwk/
Djose_key.c431 m = lejp_parse(&jctx, (uint8_t *)in, (int)len); in lws_jwk_import()
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-json.c1219 m = lejp_parse(&args->jctx, buf, n); in lws_ss_policy_parse_file()
1254 m = lejp_parse(&args->jctx, buf, (int)len); in lws_ss_policy_parse()
/third_party/libwebsockets/lib/jose/jwe/
Djwe.c151 m = lejp_parse(&jctx, (uint8_t *)buf, len); in lws_jwe_json_parse()
/third_party/libwebsockets/lib/misc/
Dlejp.c238 lejp_parse(struct lejp_ctx *ctx, const unsigned char *json, int len) in lejp_parse() function
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c953 m = lejp_parse(&ctx, buf, n); in lwsws_get_config()
/third_party/libwebsockets/plugins/acme-client/
Dprotocol_lws_acme_client.c1209 m = lejp_parse(&ac->jctx, (uint8_t *)in, (int)len); in callback_acme_client()