Home
last modified time | relevance | path

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

/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c898 static int LSAPI_perror_r( LSAPI_Request * pReq, const char * pErr1, const char *pErr2 ) in LSAPI_perror_r() function
949 LSAPI_perror_r(pReq, "LSAPI: lve_enter() failure, reached resource limit.", NULL ); in lsapi_enterLVE()
970 LSAPI_perror_r( pReq, "LSAPI: jail() failure.", NULL ); in lsapi_jailLVE()
1044 LSAPI_perror_r(pReq, "LSAPI: setgid()", NULL); in setUID_LVE()
1052 LSAPI_perror_r(pReq, "LSAPI: initgroups()", NULL); in setUID_LVE()
1061 LSAPI_perror_r(pReq, "LSAPI: setgroups()", NULL); in setUID_LVE()
1069 LSAPI_perror_r(pReq, "LSAPI: chroot()", NULL); in setUID_LVE()
1076 LSAPI_perror_r(pReq, "LSAPI: setuid()", NULL); in setUID_LVE()
3913 LSAPI_perror_r(NULL, "Failed to open custom stderr log", full_path); in lsapi_reopen_stderr2()
3939 LSAPI_perror_r(NULL, "Invalid custom stderr log path", p); in lsapi_reopen_stderr()

Completed in 14 milliseconds