Home
last modified time | relevance | path

Searched refs:http_ctx (Results 1 - 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A 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 *ct
[all...]
H A Dhttp_curl.c42 struct http_ctx { struct
70 static void clear_curl(struct http_ctx *ctx) in clear_curl()
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 *ct
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A 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 *ct
[all...]
H A Dhttp_curl.c42 struct http_ctx { struct
70 static void clear_curl(struct http_ctx *ctx) in clear_curl()
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 *ct
[all...]
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_http.c75 if (ctx->http_ctx == NULL) in OSSL_CMP_MSG_http_perform()
79 rsp = OSSL_HTTP_transfer(&ctx->http_ctx, ctx->server, server_port, in OSSL_CMP_MSG_http_perform()
94 if (ctx->http_ctx == NULL) in OSSL_CMP_MSG_http_perform()
H A Dcmp_ctx.c160 if (ctx->http_ctx != NULL) { in OSSL_CMP_CTX_reinit()
161 (void)OSSL_HTTP_close(ctx->http_ctx, 1); in OSSL_CMP_CTX_reinit()
163 ctx->http_ctx = NULL; in OSSL_CMP_CTX_reinit()
188 if (ctx->http_ctx != NULL) { in OSSL_CMP_CTX_free()
189 (void)OSSL_HTTP_close(ctx->http_ctx, 1); in OSSL_CMP_CTX_free()
H A Dcmp_local.h43 OSSL_HTTP_REQ_CTX *http_ctx; member
/third_party/openssl/crypto/cmp/
H A Dcmp_http.c75 if (ctx->http_ctx == NULL) in OSSL_CMP_MSG_http_perform()
79 rsp = OSSL_HTTP_transfer(&ctx->http_ctx, ctx->server, server_port, in OSSL_CMP_MSG_http_perform()
94 if (ctx->http_ctx == NULL) in OSSL_CMP_MSG_http_perform()
H A Dcmp_ctx.c160 if (ctx->http_ctx != NULL) { in OSSL_CMP_CTX_reinit()
161 (void)OSSL_HTTP_close(ctx->http_ctx, 1); in OSSL_CMP_CTX_reinit()
163 ctx->http_ctx = NULL; in OSSL_CMP_CTX_reinit()
188 if (ctx->http_ctx != NULL) { in OSSL_CMP_CTX_free()
189 (void)OSSL_HTTP_close(ctx->http_ctx, 1); in OSSL_CMP_CTX_free()
H A Dcmp_local.h43 OSSL_HTTP_REQ_CTX *http_ctx; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dosu_client.h29 struct http_ctx *http;
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dosu_client.h29 struct http_ctx *http;

Completed in 11 milliseconds