Searched refs:fcgi_set_mgmt_var (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_php.c | 153 fcgi_set_mgmt_var("FCGI_MAX_CONNS", sizeof("FCGI_MAX_CONNS")-1, max_workers, len); 154 fcgi_set_mgmt_var("FCGI_MAX_REQS", sizeof("FCGI_MAX_REQS")-1, max_workers, len);
|
H A D | fastcgi.h | 133 void fcgi_set_mgmt_var(const char * name, size_t name_len, const char * value, size_t value_len);
|
H A D | fastcgi.c | 189 fcgi_set_mgmt_var("FCGI_MPXS_CONNS", sizeof("FCGI_MPXS_CONNS") - 1, "0", sizeof("0")-1); in fcgi_init() 1079 void fcgi_set_mgmt_var(const char * name, size_t name_len, const char * value, size_t value_len) function
|
/PHP-5.3/sapi/cgi/ |
H A D | fastcgi.h | 136 void fcgi_set_mgmt_var(const char * name, size_t name_len, const char * value, size_t value_len);
|
H A D | cgi_main.c | 1730 …fcgi_set_mgmt_var("FCGI_MAX_CONNS", sizeof("FCGI_MAX_CONNS")-1, children_str, strlen(children_str)… 1732 …fcgi_set_mgmt_var("FCGI_MAX_REQS", sizeof("FCGI_MAX_REQS")-1, children_str, strlen(children_str)… 1734 fcgi_set_mgmt_var("FCGI_MAX_CONNS", sizeof("FCGI_MAX_CONNS")-1, "1", sizeof("1")-1); 1735 fcgi_set_mgmt_var("FCGI_MAX_REQS", sizeof("FCGI_MAX_REQS")-1, "1", sizeof("1")-1);
|
H A D | fastcgi.c | 191 fcgi_set_mgmt_var("FCGI_MPXS_CONNS", sizeof("FCGI_MPXS_CONNS")-1, "0", sizeof("0")-1); in fcgi_init() 1278 void fcgi_set_mgmt_var(const char * name, size_t name_len, const char * value, size_t value_len) function
|
Completed in 18 milliseconds