Lines Matching refs:head
81 static void trim_headers(struct curl_slist *head)
84 for(l = head; l; l = l->next) {
144 struct curl_slist *head = NULL;
162 head = NULL;
187 head = curl_slist_append(NULL, full_host);
188 if(!head)
194 tmp_head = curl_slist_append(head, content_sha256_header);
197 head = tmp_head;
230 tmp_head = Curl_slist_append_nodup(head, dupdata);
235 head = tmp_head;
238 trim_headers(head);
242 tmp_head = curl_slist_append(head, date_full_hdr);
245 head = tmp_head;
276 for(l = head; l; l = l->next) {
289 for(l = head; l; l = l->next) {
301 if(l != head) {
311 curl_slist_free_all(head);