Searched refs:lejp_parse (Results 1 - 16 of 16) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lejp/ |
H A 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/ |
H A 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()
|
H A D | test2.c | 185 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 D | test-lejp.c | 109 m = lejp_parse(&ctx, (uint8_t *)buf, n); in main()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-lejp.h | 134 * 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 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/ |
H A 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/ |
H A D | minimal-secure-streams.c | 211 int pr = lejp_parse(&m->ctx, buf, (int)len); in myss_rx()
|
/third_party/libwebsockets/lib/jose/jws/ |
H A D | jose.c | 435 m = lejp_parse(&jctx, (uint8_t *)buf, n); in lws_jose_parse()
|
H A D | jws.c | 153 m = lejp_parse(&jctx, (uint8_t *)buf, len); in lws_jws_json_parse()
|
/third_party/libwebsockets/lib/jose/jwk/ |
H A D | jose_key.c | 431 m = lejp_parse(&jctx, (uint8_t *)in, (int)len); in lws_jwk_import()
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | policy-json.c | 1226 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 D | jwe.c | 151 m = lejp_parse(&jctx, (uint8_t *)buf, len); in lws_jwe_json_parse()
|
/third_party/libwebsockets/lib/misc/ |
H A D | lejp.c | 218 * 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 D | lejp-conf.c | 965 m = lejp_parse(&ctx, buf, n); in lwsws_get_config()
|
/third_party/libwebsockets/plugins/acme-client/ |
H A D | protocol_lws_acme_client.c | 1186 m = lejp_parse(&ac->jctx, (uint8_t *)in, (int)len); in callback_acme_client()
|
Completed in 14 milliseconds