Home
last modified time | relevance | path

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

/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c693 char achError[1024]; in LSAPI_perror_r() local
694 int n = snprintf(achError, 1024, "%s:%s: %s\n", pErr1, (pErr2)?pErr2:"", strerror( errno ) ); in LSAPI_perror_r()
696 LSAPI_Write_Stderr_r( pReq, achError, n ); in LSAPI_perror_r()
698 write( STDERR_FILENO, achError, n ); in LSAPI_perror_r()

Completed in 18 milliseconds