Home
last modified time | relevance | path

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

/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c901 char achError[4096]; in LSAPI_perror_r() local
902 int n = snprintf(achError, sizeof(achError), "[UID:%d][%d] %s:%s: %s\n", in LSAPI_perror_r()
905 if (n > (int)sizeof(achError)) in LSAPI_perror_r()
906 n = sizeof(achError); in LSAPI_perror_r()
908 LSAPI_Write_Stderr_r( pReq, achError, n ); in LSAPI_perror_r()
910 if (write( STDERR_FILENO, achError, n )) {}; in LSAPI_perror_r()

Completed in 13 milliseconds