Lines Matching refs:next
84 struct fcgi_proc *prev, *next; /* see first */ member
532 f->next = NULL; in fastcgi_process_init()
540 fastcgi_process_free(f->next); in fastcgi_process_free()
721 for (proc = host->first; proc; proc = proc->next) { in FREE_FUNC()
732 for (proc = host->unused_procs; proc; proc = proc->next) { in FREE_FUNC()
1404 proc->next = host->first; in SETDEFAULTS_FUNC()
2407 for (c = hctx->rb->first; c; c = c->next) { in fastcgi_get_packet()
2447 for (; c && (packet->b->used < packet->len + 1); c = c->next) { in fastcgi_get_packet()
2472 for (c = hctx->rb->first; c && toread; c = c->next) { in fastcgi_get_packet()
2707 for (proc = host->first; proc; proc = proc->next) { in fcgi_restart_dead_procs()
2914 proc = proc->next); in fcgi_write_request()
2926 for (proc = proc->next; proc; proc = proc->next) { in fcgi_write_request()
3768 for (proc = host->unused_procs; proc; proc = proc->next) { in TRIGGER_FUNC()