Home
last modified time | relevance | path

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

/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c899 static int LSAPI_perror_r( LSAPI_Request * pReq, const char * pErr1, const char *pErr2 ) in LSAPI_perror_r() function
950 LSAPI_perror_r(pReq, "LSAPI: lve_enter() failure, reached resource limit.", NULL ); in lsapi_enterLVE()
971 LSAPI_perror_r( pReq, "LSAPI: jail() failure.", NULL ); in lsapi_jailLVE()
1045 LSAPI_perror_r(pReq, "LSAPI: setgid()", NULL); in setUID_LVE()
1053 LSAPI_perror_r(pReq, "LSAPI: initgroups()", NULL); in setUID_LVE()
1062 LSAPI_perror_r(pReq, "LSAPI: setgroups()", NULL); in setUID_LVE()
1070 LSAPI_perror_r(pReq, "LSAPI: chroot()", NULL); in setUID_LVE()
1077 LSAPI_perror_r(pReq, "LSAPI: setuid()", NULL); in setUID_LVE()
3907 LSAPI_perror_r(NULL, "Failed to open custom stderr log", full_path); in lsapi_reopen_stderr2()
3933 LSAPI_perror_r(NULL, "Invalid custom stderr log path", p); in lsapi_reopen_stderr()

Completed in 14 milliseconds