Lines Matching refs:http_ctx
12 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,
60 const char * http_get_err(struct http_ctx *ctx);
61 void http_parse_x509_certificate(struct http_ctx *ctx, const char *fname);