Searched refs:curl_hdr (Results 1 – 1 of 1) sorted by relevance
38 struct curl_slist *curl_hdr; member61 if (ctx->curl_hdr) { in clear_curl()62 curl_slist_free_all(ctx->curl_hdr); in clear_curl()63 ctx->curl_hdr = NULL; in clear_curl()719 struct curl_slist *curl_hdr = NULL; in http_post() local732 curl_hdr = curl_slist_append(curl_hdr, ct); in http_post()735 curl_hdr = curl_slist_append(curl_hdr, ext_hdr); in http_post()736 curl_easy_setopt(curl, CURLOPT_HTTPHEADER, curl_hdr); in http_post()