Lines Matching defs:first
20 * After a client completes the first request, the client can keep the
114 * We keep a hard maximum number of servers, for two reasons --- first off,
350 * allocated on first call to pre-config hook; located on
489 * listener_os_thread is set, the first worker thread hits an
700 * ap_start_shutdown() and ap_start_restart(), below, are a first stab at
912 * Close our side of the connection, flushing data to the client first.
1027 * the keepalive timeout from the base server (first on this IP:port)
1098 * socket is readable due to the first data packet arriving,
1420 * XXX: close all keep-alive connections first.
1671 event_conn_state_t *first, *cs, *last;
1683 cs = first = APR_RING_FIRST(&qp->head);
1711 APR_RING_UNSPLICE(first, last, timeout_list);
1712 APR_RING_SPLICE_TAIL(&trash, first, last, event_conn_state_t,
1723 first = APR_RING_FIRST(&trash);
1725 cs = APR_RING_NEXT(first, timeout_list);
1726 TO_QUEUE_ELEM_INIT(first);
1727 func(first);
1728 first = cs;
2842 * first, make room by moving a slot that's potentially still
3284 /* the reverse of pre_config, we want this only the first time around */
3507 /* the reverse of pre_config, we want this only the first time around */