Home
last modified time | relevance | path

Searched refs:http_ctx (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dhttp-utils.h12 struct http_ctx;
38 int soap_init_client(struct http_ctx *ctx, const char *address,
42 int soap_reinit_client(struct http_ctx *ctx);
43 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node);
45 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx);
46 void http_ocsp_set(struct http_ctx *ctx, int val);
47 void http_deinit_ctx(struct http_ctx *ctx);
49 int http_download_file(struct http_ctx *ctx, const char *url,
51 char * http_post(struct http_ctx *ctx, const char *url, const char *data,
57 void http_set_cert_cb(struct http_ctx *ctx,
[all …]
Dhttp_curl.c42 struct http_ctx { struct
70 static void clear_curl(struct http_ctx *ctx) in clear_curl() argument
93 static void debug_dump(struct http_ctx *ctx, const char *title, in debug_dump()
127 struct http_ctx *ctx = userdata; in curl_cb_debug()
164 struct http_ctx *ctx = userdata; in curl_cb_write()
204 static void add_alt_name_othername(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name_othername()
236 static void add_alt_name_dns(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name_dns()
257 static void add_alt_name(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name()
271 static void add_alt_names(struct http_ctx *ctx, struct http_cert *cert, in add_alt_names()
478 static void add_logo(struct http_ctx *ctx, struct http_cert *hcert, in DEFINE_STACK_OF()
[all …]
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc400 grpc_httpcli_context http_ctx; member
710 &ctx->verifier->http_ctx, &ctx->pollent, resource_quota, &req, in on_openid_config_retrieved()
838 &ctx->verifier->http_ctx, &ctx->pollent, resource_quota, &req, in retrieve_key_and_verify()
905 grpc_httpcli_context_init(&v->http_ctx); in grpc_jwt_verifier_create()
927 grpc_httpcli_context_destroy(&v->http_ctx); in grpc_jwt_verifier_destroy()
/external/wpa_supplicant_8/hs20/client/
Dosu_client.h29 struct http_ctx *http;