Home
last modified time | relevance | path

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

/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c166 static char *s_stderr_log_path = NULL; variable
2138 if (s_stderr_log_path || pReq->m_fd == -1 || pReq->m_fd == pReq->m_fdListen) in LSAPI_Write_Stderr_r()
3941 if (s_stderr_log_path && full_path != s_stderr_log_path) in lsapi_reopen_stderr2()
3943 free(s_stderr_log_path); in lsapi_reopen_stderr2()
3944 s_stderr_log_path = NULL; in lsapi_reopen_stderr2()
3946 s_stderr_log_path = strdup(full_path); in lsapi_reopen_stderr2()
3977 if (!s_stderr_log_path) in LSAPI_Init_Env_Parameters()

Completed in 13 milliseconds