Home
last modified time | relevance | path

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

/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c908 static int LSAPI_perror_r( LSAPI_Request * pReq, const char * pErr1, const char *pErr2 ) in LSAPI_perror_r() function
959 LSAPI_perror_r(pReq, "LSAPI: lve_enter() failure, reached resource limit.", NULL ); in lsapi_enterLVE()
980 LSAPI_perror_r( pReq, "LSAPI: jail() failure.", NULL ); in lsapi_jailLVE()
1054 LSAPI_perror_r(pReq, "LSAPI: setgid()", NULL); in setUID_LVE()
1062 LSAPI_perror_r(pReq, "LSAPI: initgroups()", NULL); in setUID_LVE()
1071 LSAPI_perror_r(pReq, "LSAPI: setgroups()", NULL); in setUID_LVE()
1079 LSAPI_perror_r(pReq, "LSAPI: chroot()", NULL); in setUID_LVE()
1086 LSAPI_perror_r(pReq, "LSAPI: setuid()", NULL); in setUID_LVE()
3961 LSAPI_perror_r(NULL, "Failed to open custom stderr log", full_path); in lsapi_reopen_stderr2()
3987 LSAPI_perror_r(NULL, "Invalid custom stderr log path", p); in lsapi_reopen_stderr()

Completed in 12 milliseconds