Lines Matching defs:next
84 for(l = head; l; l = l->next) {215 for(l = data->set.headers; l; l = l->next) {276 for(l = head; l; l = l->next) {277 struct curl_slist *next = l->next;279 if(next && strcmp(l->data, next->data) > 0) {282 l->data = next->data;283 next->data = tmp;289 for(l = head; l; l = l->next) {