Home
last modified time | relevance | path

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

/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c165 static char *s_stderr_log_path = NULL; variable
2167 if (s_stderr_log_path || pReq->m_fd == -1 || pReq->m_fd == pReq->m_fdListen) in LSAPI_Write_Stderr_r()
3970 if (s_stderr_log_path && full_path != s_stderr_log_path) in lsapi_reopen_stderr2()
3972 free(s_stderr_log_path); in lsapi_reopen_stderr2()
3973 s_stderr_log_path = NULL; in lsapi_reopen_stderr2()
3975 s_stderr_log_path = strdup(full_path); in lsapi_reopen_stderr2()
4006 if (!s_stderr_log_path) in LSAPI_Init_Env_Parameters()

Completed in 17 milliseconds