Lines Matching refs:statuskey
323 buffer *statuskey; member
404 fastcgi_status_copy_procname(p->statuskey, hctx->host, hctx->proc); in fcgi_proc_load_inc()
405 buffer_append_string_len(p->statuskey, CONST_STR_LEN(".load")); in fcgi_proc_load_inc()
407 status_counter_set(srv, CONST_BUF_LEN(p->statuskey), hctx->proc->load); in fcgi_proc_load_inc()
416 fastcgi_status_copy_procname(p->statuskey, hctx->host, hctx->proc); in fcgi_proc_load_dec()
417 buffer_append_string_len(p->statuskey, CONST_STR_LEN(".load")); in fcgi_proc_load_dec()
419 status_counter_set(srv, CONST_BUF_LEN(p->statuskey), hctx->proc->load); in fcgi_proc_load_dec()
427 fastcgi_status_copy_procname(p->statuskey, hctx->host, NULL); in fcgi_host_assign()
428 buffer_append_string_len(p->statuskey, CONST_STR_LEN(".load")); in fcgi_host_assign()
430 status_counter_set(srv, CONST_BUF_LEN(p->statuskey), hctx->host->load); in fcgi_host_assign()
437 fastcgi_status_copy_procname(p->statuskey, hctx->host, NULL); in fcgi_host_reset()
438 buffer_append_string_len(p->statuskey, CONST_STR_LEN(".load")); in fcgi_host_reset()
440 status_counter_set(srv, CONST_BUF_LEN(p->statuskey), hctx->host->load); in fcgi_host_reset()
684 p->statuskey = buffer_init(); in INIT_FUNC()
698 buffer_free(p->statuskey); in FREE_FUNC()
1402 fastcgi_status_init(srv, p->statuskey, host, proc); in SETDEFAULTS_FUNC()
1424 fastcgi_status_init(srv, p->statuskey, host, proc); in SETDEFAULTS_FUNC()
2892 fastcgi_status_copy_procname(p->statuskey, hctx->host, hctx->proc); in fcgi_write_request()
2893 buffer_append_string_len(p->statuskey, CONST_STR_LEN(".died")); in fcgi_write_request()
2895 status_counter_inc(srv, CONST_BUF_LEN(p->statuskey)); in fcgi_write_request()
2986 fastcgi_status_copy_procname(p->statuskey, hctx->host, hctx->proc); in fcgi_write_request()
2987 buffer_append_string_len(p->statuskey, CONST_STR_LEN(".overloaded")); in fcgi_write_request()
2989 status_counter_inc(srv, CONST_BUF_LEN(p->statuskey)); in fcgi_write_request()
3007 fastcgi_status_copy_procname(p->statuskey, hctx->host, hctx->proc); in fcgi_write_request()
3008 buffer_append_string_len(p->statuskey, CONST_STR_LEN(".died")); in fcgi_write_request()
3010 status_counter_inc(srv, CONST_BUF_LEN(p->statuskey)); in fcgi_write_request()
3029 fastcgi_status_copy_procname(p->statuskey, hctx->host, hctx->proc); in fcgi_write_request()
3030 buffer_append_string_len(p->statuskey, CONST_STR_LEN(".connected")); in fcgi_write_request()
3032 status_counter_inc(srv, CONST_BUF_LEN(p->statuskey)); in fcgi_write_request()