Searched refs:curl_hdr (Results 1 – 1 of 1) sorted by relevance
38 struct curl_slist *curl_hdr; member68 if (ctx->curl_hdr) { in clear_curl()69 curl_slist_free_all(ctx->curl_hdr); in clear_curl()70 ctx->curl_hdr = NULL; in clear_curl()1418 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, in soap_init_client()1420 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "SOAPAction: "); in soap_init_client()1421 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "Expect:"); in soap_init_client()1422 curl_easy_setopt(ctx->curl, CURLOPT_HTTPHEADER, ctx->curl_hdr); in soap_init_client()1654 struct curl_slist *curl_hdr = NULL; in http_post() local1666 curl_hdr = curl_slist_append(curl_hdr, ct); in http_post()[all …]