Searched refs:s_pChildStatus (Results 1 – 1 of 1) sorted by relevance
2471 static lsapi_child_status * s_pChildStatus = NULL; variable2887 s_pChildStatus = child_status; in lsapi_prefork_server_accept()2968 if ( s_pChildStatus ) in LSAPI_Prefork_Accept_r()2991 if ((s_req_processed)&&( s_pChildStatus )&&( s_pChildStatus->m_iKillSent )) in LSAPI_Prefork_Accept_r()3000 if ( s_pChildStatus ) in LSAPI_Prefork_Accept_r()3019 if (s_req_processed && ( s_pChildStatus )&&( s_pChildStatus->m_iKillSent )) in LSAPI_Prefork_Accept_r()3053 if ( s_pChildStatus ) in LSAPI_Prefork_Accept_r()3055 s_pChildStatus->m_iKillSent = 0; in LSAPI_Prefork_Accept_r()3056 s_pChildStatus->m_inProcess = 1; in LSAPI_Prefork_Accept_r()3057 ++s_pChildStatus->m_iReqCounter; in LSAPI_Prefork_Accept_r()[all …]
Completed in 16 milliseconds