Lines Matching refs:list
82 Curl_llist_init(&h->list, NULL);
99 for(e = h->list.head; e; e = n) {
143 Curl_llist_insert_next(&h->list, h->list.tail, sts, &sts->node);
223 Curl_llist_remove(&h->list, &sts->node, NULL);
273 for(e = h->list.head; e; e = n) {
278 Curl_llist_remove(&h->list, &sts->node, NULL);
384 for(e = h->list.head; e; e = n) {
403 i.total = h->list.size;
405 for(e = h->list.head; e; e = n) {