Home
last modified time | relevance | path

Searched refs:achError (Results 1 – 1 of 1) sorted by last modified time

/php-src/sapi/litespeed/
H A Dlsapilib.c911 char achError[4096]; in LSAPI_perror_r() local
912 int n = snprintf(achError, sizeof(achError), "[UID:%d][%d] %s:%s: %s\n", in LSAPI_perror_r()
915 if (n > (int)sizeof(achError)) in LSAPI_perror_r()
916 n = sizeof(achError); in LSAPI_perror_r()
918 LSAPI_Write_Stderr_r( pReq, achError, n ); in LSAPI_perror_r()
920 if (write( STDERR_FILENO, achError, n )) {}; in LSAPI_perror_r()

Completed in 12 milliseconds