Home
last modified time | relevance | path

Searched refs:lejp_parse (Results 1 - 16 of 16) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lejp/
H A 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/
H A 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()
H A Dtest2.c185 n = lejp_parse(&ctx, (uint8_t *)test2_json, (int)strlen(test2_json)); in test2()
186 lwsl_notice("%s: lejp_parse %d\n", __func__, n); in test2()
/third_party/libwebsockets/test-apps/
H A Dtest-lejp.c109 m = lejp_parse(&ctx, (uint8_t *)buf, n); in main()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-lejp.h134 * positive return code from lejp_parse indicating the
138 * returned from lejp_parse
271 lejp_parse(struct lejp_ctx *ctx, const unsigned char *json, int len);
/third_party/libwebsockets/lib/drivers/netdev/
H A 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/
H A 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/
H A Dminimal-secure-streams.c211 int pr = lejp_parse(&m->ctx, buf, (int)len); in myss_rx()
/third_party/libwebsockets/lib/jose/jws/
H A Djose.c435 m = lejp_parse(&jctx, (uint8_t *)buf, n); in lws_jose_parse()
H A Djws.c153 m = lejp_parse(&jctx, (uint8_t *)buf, len); in lws_jws_json_parse()
/third_party/libwebsockets/lib/jose/jwk/
H A Djose_key.c431 m = lejp_parse(&jctx, (uint8_t *)in, (int)len); in lws_jwk_import()
/third_party/libwebsockets/lib/secure-streams/
H A Dpolicy-json.c1226 m = lejp_parse(&args->jctx, buf, n); in lws_ss_policy_parse_file()
1261 m = lejp_parse(&args->jctx, buf, (int)len); in lws_ss_policy_parse()
/third_party/libwebsockets/lib/jose/jwe/
H A Djwe.c151 m = lejp_parse(&jctx, (uint8_t *)buf, len); in lws_jwe_json_parse()
/third_party/libwebsockets/lib/misc/
H A Dlejp.c218 * lejp_parse - interpret some more incoming data incrementally
238 lejp_parse(struct lejp_ctx *ctx, const unsigned char *json, int len) in lejp_parse() function
/third_party/libwebsockets/lib/roles/http/server/
H A Dlejp-conf.c965 m = lejp_parse(&ctx, buf, n); in lwsws_get_config()
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c1186 m = lejp_parse(&ac->jctx, (uint8_t *)in, (int)len); in callback_acme_client()

Completed in 14 milliseconds