Searched refs:httphdrs (Results 1 – 4 of 4) sorted by relevance
80 if(!Curl_llist_count(&data->state.httphdrs)) in curl_easy_header()88 for(e = Curl_llist_head(&data->state.httphdrs); e; e = Curl_node_next(e)) { in curl_easy_header()107 for(e = Curl_llist_head(&data->state.httphdrs); e; e = Curl_node_next(e)) { in curl_easy_header()153 pick = Curl_llist_head(&data->state.httphdrs); in curl_easy_nextheader()173 for(e = Curl_llist_head(&data->state.httphdrs); e; e = Curl_node_next(e)) { in curl_easy_nextheader()267 Curl_llist_append(&data->state.httphdrs, newhs, &newhs->node); in unfold_value()330 Curl_llist_append(&data->state.httphdrs, hs, &hs->node); in Curl_headers_push()343 Curl_llist_init(&data->state.httphdrs, NULL); in headers_reset()411 for(e = Curl_llist_head(&data->state.httphdrs); e; e = n) { in Curl_headers_cleanup()
1043 Curl_llist_init(&outcurl->state.httphdrs, NULL); in curl_easy_duphandle()
1302 struct Curl_llist httphdrs; /* received headers */ member
547 Curl_llist_init(&data->state.httphdrs, NULL); in Curl_open()
Completed in 24 milliseconds