Lines Matching defs:tmp_head
145 struct curl_slist *tmp_head = NULL;
194 tmp_head = curl_slist_append(head, content_sha256_header);
195 if(!tmp_head)
197 head = tmp_head;
230 tmp_head = Curl_slist_append_nodup(head, dupdata);
231 if(!tmp_head) {
235 head = tmp_head;
242 tmp_head = curl_slist_append(head, date_full_hdr);
243 if(!tmp_head)
245 head = tmp_head;