Home
last modified time | relevance | path

Searched refs:s_stderr_log_path (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c167 static char *s_stderr_log_path = NULL; variable
2124 if (s_stderr_log_path || pReq->m_fd == -1 || pReq->m_fd == pReq->m_fdListen) in LSAPI_Write_Stderr_r()
3916 if (s_stderr_log_path && full_path != s_stderr_log_path) in lsapi_reopen_stderr2()
3918 free(s_stderr_log_path); in lsapi_reopen_stderr2()
3919 s_stderr_log_path = NULL; in lsapi_reopen_stderr2()
3921 s_stderr_log_path = strdup(full_path); in lsapi_reopen_stderr2()
3952 if (!s_stderr_log_path) in LSAPI_Init_Env_Parameters()

Completed in 20 milliseconds