Home
last modified time | relevance | path

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

/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c1007 static int setUID_LVE(LSAPI_Request * pReq, uid_t uid, gid_t gid, const char * pChroot) in setUID_LVE() argument
1065 if ( pChroot ) in setUID_LVE()
1067 rv = chroot( pChroot ); in setUID_LVE()
1111 const char *pChroot = NULL; in lsapi_changeUGid() local
1170 if ( setUID_LVE( pReq, uid, gid, pChroot ) == -1 ) in lsapi_changeUGid()

Completed in 16 milliseconds