Searched refs:warned (Results 1 – 5 of 5) sorted by relevance
415 static int warned = 0; in fpm_children_make() local442 warned = 0; in fpm_children_make()484 …if (!warned && fpm_global_config.process_max > 0 && fpm_globals.running_children >= fpm_global_con… in fpm_children_make()486 warned = 1; in fpm_children_make()
1048 static int warned = 0; in fpm_conf_process_all_pools()1050 if (!warned) { in fpm_conf_process_all_pools()1052 warned = 1; in fpm_conf_process_all_pools()1086 static int warned = 0; in fpm_conf_process_all_pools()1088 if (!warned) { in fpm_conf_process_all_pools()1090 warned = 1; in fpm_conf_process_all_pools()
43 // The behaviour is in line with stream_select(). Be warned, be careful.
1702 bool warned = FALSE; local1723 } else if (warned == FALSE) {1725 warned = TRUE;
207 create it for you. Be warned that doing so may cause buffered data to be lost
Completed in 18 milliseconds