Lines Matching refs:httphdrs
79 if(!Curl_llist_count(&data->state.httphdrs))
87 for(e = data->state.httphdrs.head; e; e = e->next) {
106 for(e = data->state.httphdrs.head; e; e = e->next) {
152 pick = data->state.httphdrs.head;
172 for(e = data->state.httphdrs.head; e; e = e->next) {
249 Curl_llist_remove(&data->state.httphdrs, &hs->node, NULL);
266 Curl_llist_insert_next(&data->state.httphdrs, data->state.httphdrs.tail,
330 Curl_llist_insert_next(&data->state.httphdrs, data->state.httphdrs.tail,
344 Curl_llist_init(&data->state.httphdrs, NULL);
356 for(e = data->state.httphdrs.head; e; e = n) {