| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_children.c | 368 if (wp->config->pm == PM_STYLE_DYNAMIC) { 374 } else if (wp->config->pm == PM_STYLE_ONDEMAND) { 437 if (wp->config->pm == PM_STYLE_ONDEMAND) {
|
| H A D | fpm_process_ctl.c | 347 zlog(ZLOG_WARNING, "[pool %s] listening queue is not empty, #%d requests are waiting to be served, consider raising pm.max_children setting (%d)", wp->config->name, cur_lq, wp->config->pm_max_children); 359 if (wp->config->pm == PM_STYLE_ONDEMAND) { 377 if (wp->config->pm != PM_STYLE_DYNAMIC) continue; 392 zlog(ZLOG_WARNING, "[pool %s] server reached pm.max_children setting (%d), consider raising it", wp->config->name, wp->config->pm_max_children); 400 zlog(ZLOG_WARNING, "[pool %s] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning %d children, there are %d idle, and %d total children", wp->config->name, wp->idle_spawn_rate, idle, wp->running_children); 411 zlog(ZLOG_WARNING, "[pool %s] server reached pm.max_children setting (%d), consider raising it", wp->config->name, wp->config->pm_max_children);
|
| H A D | fpm_scoreboard.c | 68 wp->scoreboard->pm = wp->config->pm;
|
| H A D | fpm_scoreboard.h | 55 int pm; member in struct:fpm_scoreboard_s
|
| H A D | fpm_status.c | 361 PM2STR(scoreboard.pm),
|
| H A D | fpm_status.h | 13 int pm; member in struct:fpm_status_s 28 void fpm_status_set_pm(struct fpm_shm_s *shm, int pm);
|
| H A D | fpm_conf.c | 131 { "pm", &fpm_conf_set_pm, WPO(pm) }, 132 { "pm.max_children", &fpm_conf_set_integer, WPO(pm_max_children) }, 133 { "pm.start_servers", &fpm_conf_set_integer, WPO(pm_start_servers) }, 134 { "pm.min_spare_servers", &fpm_conf_set_integer, WPO(pm_min_spare_servers) }, 135 { "pm.max_spare_servers", &fpm_conf_set_integer, WPO(pm_max_spare_servers) }, 136 { "pm.process_idle_timeout", &fpm_conf_set_time, WPO(pm_process_idle_timeout) }, 137 { "pm.max_requests", &fpm_conf_set_integer, WPO(pm_max_requests) }, 138 { "pm.status_path", &fpm_conf_set_string, WPO(pm_status_path) }, 525 c->pm [all...] |
| H A D | fpm_conf.h | 66 int pm; member in struct:fpm_worker_pool_config_s
|
| /PHP_TRUNK/win32/ |
| H A D | glob.c | 252 const Char *pe, *pm, *pl; local 256 for (lm = patbuf, pm = pattern; pm != ptr; *lm++ = *pm++) 265 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) 272 pe = pm; 288 for (i = 0, pl = pm = ptr; pm <= pe; pm++) { 289 switch (*pm) { [all...] |
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regposix.c | 171 regmatch_t* pm; local 179 pm = (regmatch_t* )NULL; 183 pm = (regmatch_t* )xmalloc(sizeof(regmatch_t) 185 if (pm == NULL) 189 pm = pmatch; 195 (OnigRegion* )pm, options); 199 if (pm != pmatch && pm != NULL) { 200 xmemcpy(pmatch, pm, sizeof(regmatch_t) * nmatch); 212 if (pm ! [all...] |
| /PHP_TRUNK/ext/mcrypt/ |
| H A D | mcrypt.c | 375 php_mcrypt *pm; \ 379 ZEND_FETCH_RESOURCE (pm, php_mcrypt *, &mcryptind, -1, "MCrypt", le_mcrypt); 397 if (!pm->init) { \ 409 php_mcrypt *pm = (php_mcrypt *) rsrc->ptr; local 410 if (pm) { 411 mcrypt_generic_deinit(pm->td); 412 mcrypt_module_close(pm->td); 413 efree(pm); 414 pm = NULL; 554 php_mcrypt *pm; local 590 php_mcrypt *pm; local 660 php_mcrypt *pm; local 705 php_mcrypt *pm; local [all...] |