Lines Matching defs:headers
131 struct curl_slist *headers;
208 /* Response http headers for this client handle, sent from the server */
458 /* Add HTTP headers found in the given file, one per line. Blank lines or invalid
459 * headers are ignored.
544 /* This is a callback function that receives http response headers in buffer for use
556 // Some basic checks to ensure the headers received are of the expected format
1367 curl_easy_setopt_ck(data[i].handle, CURLOPT_HTTPHEADER, c->headers);
1773 /* Reset sent headers */
1774 curl_slist_free_all (c->headers);
1775 c->headers = NULL;
1875 curl_slist_free_all (client->headers);
1974 struct curl_slist *temp = curl_slist_append (client->headers, header);
1983 client->headers = temp;