max_children     2493 sapi/litespeed/lsapilib.c int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork )
max_children     2498 sapi/litespeed/lsapilib.c     if ( max_children <= 1 )
max_children     2500 sapi/litespeed/lsapilib.c     if ( max_children >= 10000)
max_children     2501 sapi/litespeed/lsapilib.c         max_children = 10000;
max_children     2516 sapi/litespeed/lsapilib.c     g_prefork_server->m_iMaxChildren = max_children;
max_children     2518 sapi/litespeed/lsapilib.c     g_prefork_server->m_iExtraChildren = ( avoidFork ) ? 0 : (max_children / 3) ;
max_children     2519 sapi/litespeed/lsapilib.c     g_prefork_server->m_iMaxIdleChildren = ( avoidFork ) ? (max_children + 1) : (max_children / 3);
max_children      358 sapi/litespeed/lsapilib.h int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork );