Lines Matching refs:id
72 size_t id; /* id will be between 1 and max_procs */ member
103 buffer *id; member
391 buffer_append_string_buffer(b, host->id); in fastcgi_status_copy_procname()
394 buffer_append_long(b, proc->id); in fastcgi_status_copy_procname()
553 f->id = buffer_init(); in fastcgi_host_init()
568 buffer_free(h->id); in fastcgi_host_free()
1279 buffer_copy_string_buffer(host->id, da_host->key); in SETDEFAULTS_FUNC()
1377 proc->id = host->num_procs++; in SETDEFAULTS_FUNC()
1413 proc->id = host->num_procs++; in SETDEFAULTS_FUNC()
1501 con->plugin_ctx[p->id] = NULL; in fcgi_connection_close()
1565 fcgi_connection_close(srv, con->plugin_ctx[p->id]); in fcgi_connection_reset()
2179 handler_ctx *hctx = con->plugin_ctx[p->id]; in fcgi_response_parse()
3111 handler_ctx *hctx = con->plugin_ctx[p->id]; in SUBREQUEST_FUNC()
3117 if (con->mode != p->id) return HANDLER_GO_ON; in SUBREQUEST_FUNC()
3604 con->plugin_ctx[p->id] = hctx; in fcgi_check_extension()
3606 con->mode = p->id; in fcgi_check_extension()
3671 con->plugin_ctx[p->id] = hctx; in fcgi_check_extension()
3673 con->mode = p->id; in fcgi_check_extension()
3695 handler_ctx *hctx = con->plugin_ctx[p->id]; in JOBLIST_FUNC()
3726 fcgi_connection_close(srv, con->plugin_ctx[p->id]); in fcgi_connection_close_callback()