Home
last modified time | relevance | path

Searched refs:lejp_construct (Results 1 - 14 of 14) sorted by relevance

/third_party/libwebsockets/test-apps/
H A Dtest-lejp.c100 lejp_construct(&ctx, cb, NULL, tok, LWS_ARRAY_SIZE(tok)); in main()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lejp/
H A Dmain.c163 lejp_construct(&ctx, test_cb, NULL, tok, LWS_ARRAY_SIZE(tok)); in main()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-lejp.h263 lejp_construct(struct lejp_ctx *ctx,
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c953 lejp_construct(&ac->jctx, cb_dir, vhd, jdir_tok, in callback_acme_client()
1004 lejp_construct(&ac->jctx, cb_order, ac, jorder_tok, in callback_acme_client()
1009 lejp_construct(&ac->jctx, cb_authz, ac, jauthz_tok, in callback_acme_client()
1014 lejp_construct(&ac->jctx, cb_chac, ac, jchac_tok, in callback_acme_client()
1020 lejp_construct(&ac->jctx, cb_order, ac, jorder_tok, in callback_acme_client()
/third_party/libwebsockets/lib/jose/jws/
H A Djose.c420 lejp_construct(&args.jwk_jctx, cb_jwk, &args.jps, in lws_jose_parse()
432 lejp_construct(&jctx, lws_jws_jose_cb, &args, jws_jose, in lws_jose_parse()
H A Djws.c150 lejp_construct(&jctx, lws_jws_json_cb, &args, jws_json, in lws_jws_json_parse()
/third_party/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/
H A Dauth.c131 lejp_construct(&m->jctx, auth_api_amazon_com_parser_cb, in ss_api_amazon_auth_rx()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
H A Dminimal-secure-streams.c207 lejp_construct(&m->ctx, lws_httpbin_json_cb, m, in myss_rx()
/third_party/libwebsockets/lib/jose/jwk/
H A Djose_key.c428 lejp_construct(&jctx, cb_jwk, &jps, cb ? jwk_outer_tok: jwk_tok, in lws_jwk_import()
/third_party/libwebsockets/lib/jose/jwe/
H A Djwe.c148 lejp_construct(&jctx, lws_jwe_json_cb, &args, jwe_json, in lws_jwe_json_parse()
/third_party/libwebsockets/lib/misc/
H A Dlws-struct-lejp.c487 lejp_construct(ctx, cb, user, schema, 1); in lws_struct_json_init_parse()
H A Dlejp.c57 * lejp_construct - prepare a struct lejp_ctx for use
69 lejp_construct(struct lejp_ctx *ctx, in lejp_construct() function
/third_party/libwebsockets/lib/roles/http/server/
H A Dlejp-conf.c958 lejp_construct(&ctx, cb, user, paths, (uint8_t)(unsigned int)count_paths); in lwsws_get_config()
/third_party/libwebsockets/lib/secure-streams/
H A Dpolicy-json.c1167 lejp_construct(&args->jctx, lws_ss_policy_parser_cb, args, in lws_ss_policy_parse_begin()

Completed in 16 milliseconds