Lines Matching refs:s_pChildStatus
2471 static lsapi_child_status * s_pChildStatus = NULL; variable
2887 s_pChildStatus = child_status; in lsapi_prefork_server_accept()
2968 if ( s_pChildStatus ) in LSAPI_Prefork_Accept_r()
2970 s_pChildStatus->m_tmWaitBegin = time( NULL ); 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()
3002 s_pChildStatus->m_inProcess = 0; 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()
3058 s_pChildStatus->m_tmReqBegin = s_pChildStatus->m_tmLastCheckPoint = time(NULL); in LSAPI_Prefork_Accept_r()