Searched refs:lejp_parse (Results 1 – 17 of 17) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lejp/ |
D | main.c | 168 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/ |
D | main.c | 546 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()
|
D | test2.c | 185 n = lejp_parse(&ctx, (uint8_t *)test2_json, (int)strlen(test2_json)); in test2()
|
D | README.md | 89 [2020/05/21 16:36:57:1837] N: test2: lejp_parse 0
|
/third_party/libwebsockets/test-apps/ |
D | test-lejp.c | 109 m = lejp_parse(&ctx, (uint8_t *)buf, n); in main()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-lejp.h | 271 lejp_parse(struct lejp_ctx *ctx, const unsigned char *json, int len);
|
/third_party/libwebsockets/lib/drivers/netdev/ |
D | netdev.c | 112 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/ |
D | auth.c | 137 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/ |
D | minimal-secure-streams.c | 211 int pr = lejp_parse(&m->ctx, buf, (int)len); in myss_rx()
|
/third_party/libwebsockets/lib/jose/jws/ |
D | jose.c | 435 m = lejp_parse(&jctx, (uint8_t *)buf, n); in lws_jose_parse()
|
D | jws.c | 153 m = lejp_parse(&jctx, (uint8_t *)buf, len); in lws_jws_json_parse()
|
/third_party/libwebsockets/lib/jose/jwk/ |
D | jose_key.c | 431 m = lejp_parse(&jctx, (uint8_t *)in, (int)len); in lws_jwk_import()
|
/third_party/libwebsockets/lib/secure-streams/ |
D | policy-json.c | 1219 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/ |
D | jwe.c | 151 m = lejp_parse(&jctx, (uint8_t *)buf, len); in lws_jwe_json_parse()
|
/third_party/libwebsockets/lib/misc/ |
D | lejp.c | 238 lejp_parse(struct lejp_ctx *ctx, const unsigned char *json, int len) in lejp_parse() function
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | lejp-conf.c | 953 m = lejp_parse(&ctx, buf, n); in lwsws_get_config()
|
/third_party/libwebsockets/plugins/acme-client/ |
D | protocol_lws_acme_client.c | 1209 m = lejp_parse(&ac->jctx, (uint8_t *)in, (int)len); in callback_acme_client()
|