Lines Matching refs:e
45 struct Curl_llist_node *e, in copy_header_external() argument
58 h->anchor = e; in copy_header_external()
69 struct Curl_llist_node *e; in curl_easy_header() local
88 for(e = Curl_llist_head(&data->state.httphdrs); e; e = Curl_node_next(e)) { in curl_easy_header()
89 hs = Curl_node_elem(e); in curl_easy_header()
95 e_pick = e; in curl_easy_header()
107 for(e = Curl_llist_head(&data->state.httphdrs); e; e = Curl_node_next(e)) { in curl_easy_header()
108 hs = Curl_node_elem(e); in curl_easy_header()
113 e_pick = e; in curl_easy_header()
117 if(!e) /* this should not happen */ in curl_easy_header()
135 struct Curl_llist_node *e; in curl_easy_nextheader() local
173 for(e = Curl_llist_head(&data->state.httphdrs); e; e = Curl_node_next(e)) { in curl_easy_nextheader()
174 struct Curl_header_store *check = Curl_node_elem(e); in curl_easy_nextheader()
179 if(e == pick) in curl_easy_nextheader()
408 struct Curl_llist_node *e; in Curl_headers_cleanup() local
411 for(e = Curl_llist_head(&data->state.httphdrs); e; e = n) { in Curl_headers_cleanup()
412 struct Curl_header_store *hs = Curl_node_elem(e); in Curl_headers_cleanup()
413 n = Curl_node_next(e); in Curl_headers_cleanup()