Lines Matching refs:first
112 fcgi_proc *first; member
577 fastcgi_process_free(h->first); in fastcgi_host_free()
721 for (proc = host->first; proc; proc = proc->next) { in FREE_FUNC()
1404 proc->next = host->first; in SETDEFAULTS_FUNC()
1405 if (host->first) host->first->prev = proc; in SETDEFAULTS_FUNC()
1407 host->first = proc; in SETDEFAULTS_FUNC()
1426 host->first = proc; in SETDEFAULTS_FUNC()
2056 for (offset = 0, req_c = req_cq->first; offset != req_cq->bytes_in; ) { in fcgi_create_env()
2130 req_c = req_cq->first; in fcgi_create_env()
2151 req_c = req_cq->first; in fcgi_create_env()
2397 if (!hctx->rb->first) return -1; in fastcgi_get_packet()
2407 for (c = hctx->rb->first; c; c = c->next) { in fastcgi_get_packet()
2472 for (c = hctx->rb->first; c && toread; c = c->next) { in fastcgi_get_packet()
2514 chunk *cq_first = hctx->rb->first; in fcgi_demux_response()
2527 hctx->rb->first = cq_first; in fcgi_demux_response()
2707 for (proc = host->first; proc; proc = proc->next) { in fcgi_restart_dead_procs()
2912 for (proc = hctx->host->first; in fcgi_write_request()