Searched refs:curl_hdr (Results 1 – 1 of 1) sorted by relevance
46 struct curl_slist *curl_hdr; member76 if (ctx->curl_hdr) { in clear_curl()77 curl_slist_free_all(ctx->curl_hdr); in clear_curl()78 ctx->curl_hdr = NULL; in clear_curl()1455 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, in soap_init_client()1457 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "SOAPAction: "); in soap_init_client()1458 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "Expect:"); in soap_init_client()1459 curl_easy_setopt(ctx->curl, CURLOPT_HTTPHEADER, ctx->curl_hdr); in soap_init_client()1691 struct curl_slist *curl_hdr = NULL; in http_post() local1703 curl_hdr = curl_slist_append(curl_hdr, ct); in http_post()[all …]