Lines Matching defs:last
53 /* The last 3 #include files should be in this order */
464 /* We add the new easy entry last in the list. */
467 struct Curl_easy *last = multi->easylp;
468 last->next = data;
469 data->prev = last;
470 multi->easylp = data; /* the new last node */
475 multi->easylp = multi->easyp = data; /* both first and last */
493 multi->easylp = data->prev; /* point to last node */
1962 * in the window since we last checked timeout. This prevents us
2654 /* We now handle stream timeouts if and only if this will be the last
2655 * loop iteration. We only check this on the last iteration to ensure
2932 * and if we have a different state in any of those sockets from last time we
3031 * remove multi->sockhash entry when this was the last transfer */
3291 last */
3818 a[i] = NULL; /* last entry is a NULL */