Lines Matching defs:ctx
35 void *ctx; member
55 static void clear_curl(struct http_ctx *ctx) in clear_curl()
68 static void debug_dump(struct http_ctx *ctx, const char *title, in debug_dump()
102 struct http_ctx *ctx = userdata; in curl_cb_debug() local
139 struct http_ctx *ctx = userdata; in curl_cb_write() local
181 struct http_ctx *ctx; in curl_cb_ssl_verify() local
295 struct http_ctx *ctx = arg; in ocsp_resp_cb() local
499 struct http_ctx *ctx = parm; in curl_cb_ssl() local
531 static CURL * setup_curl_post(struct http_ctx *ctx, const char *address, in setup_curl_post()
594 static void free_curl_buf(struct http_ctx *ctx) in free_curl_buf()
604 struct http_ctx *ctx; in http_init_ctx() local
619 void http_ocsp_set(struct http_ctx *ctx, int val) in http_ocsp_set()
630 void http_deinit_ctx(struct http_ctx *ctx) in http_deinit_ctx()
642 int http_download_file(struct http_ctx *ctx, const char *url, in http_download_file()
708 char * http_post(struct http_ctx *ctx, const char *url, const char *data, in http_post()
776 const char * http_get_err(struct http_ctx *ctx) in http_get_err()