Searched refs:PM_STYLE_STATIC (Results 1 – 2 of 2) sorted by relevance
10 #define PM2STR(a) (a == PM_STYLE_STATIC ? "static" : (a == PM_STYLE_DYNAMIC ? "dynamic" : "ondemand…109 PM_STYLE_STATIC = 1, enumerator
533 c->pm = PM_STYLE_STATIC; in fpm_conf_set_pm()791 …if (wp->config->pm != PM_STYLE_STATIC && wp->config->pm != PM_STYLE_DYNAMIC && wp->config->pm != P… in fpm_conf_process_all_pools()
Completed in 8 milliseconds