pErr1             725 sapi/litespeed/lsapilib.c static int LSAPI_perror_r( LSAPI_Request * pReq, const char * pErr1, const char *pErr2 )
pErr1             728 sapi/litespeed/lsapilib.c     int n = snprintf(achError, 1024, "%s:%s: %s\n", pErr1, (pErr2)?pErr2:"", strerror( errno ) );