Lines Matching defs:last
369 struct http_state *last;
370 for (last = http_connections; last->next != NULL; last = last->next) {
371 if (last->next == hs) {
372 last->next = hs->next;
895 last occurrence of "." in the filename passed. */
1491 /* Did the last SSIHandler have more to send? */
1632 * This adds the FIN flag right into the last data segment. */
2479 * If the last portion of a file has not been sent in 2 seconds, close.