Searched refs:st_uid (Results 1 – 11 of 11) sorted by relevance
/PHP-7.4/ext/standard/ |
H A D | pageinfo.c | 66 BG(page_uid) = pstat->st_uid; in php_statpage()
|
H A D | filestat.c | 836 if(ssb.sb.st_uid==getuid()) { in php_stat() 884 RETURN_LONG((zend_long)ssb.sb.st_uid); in php_stat() 932 ZVAL_LONG(&stat_uid, stat_sb->st_uid); in php_stat()
|
H A D | ftp_fopen_wrapper.c | 879 ssb->sb.st_uid = 0; in php_stream_ftp_url_stat()
|
H A D | file.c | 1588 ZVAL_LONG(&stat_uid, stat_ssb.sb.st_uid); in PHP_NAMED_FUNCTION()
|
/PHP-7.4/ext/session/ |
H A D | mod_files.c | 206 …if (zend_fstat(data->fd, &sbuf) || (sbuf.st_uid != 0 && sbuf.st_uid != getuid() && sbuf.st_uid != … in ps_files_open()
|
/PHP-7.4/win32/ |
H A D | ioutil.c | 881 buf->st_uid = _buf.st_uid; in php_win32_ioutil_fstat_int() 921 buf->st_rdev = buf->st_uid = buf->st_gid = 0; in php_win32_ioutil_fstat_int()
|
H A D | ioutil.h | 705 unsigned short st_uid; member
|
/PHP-7.4/sapi/apache2handler/ |
H A D | sapi_apache2.c | 212 ctx->finfo.st_uid = 0; in php_apache_sapi_get_stat() 215 ctx->finfo.st_uid = ctx->r->finfo.user; in php_apache_sapi_get_stat()
|
/PHP-7.4/ext/phar/ |
H A D | func_interceptors.c | 448 if(stat_sb->st_uid==getuid()) { in phar_fancy_stat() 485 RETURN_LONG((zend_long)stat_sb->st_uid); in phar_fancy_stat() 527 ZVAL_LONG(&stat_uid, stat_sb->st_uid); in phar_fancy_stat()
|
/PHP-7.4/main/ |
H A D | main.c | 1545 if (getpwuid_r(pstat->st_uid, &_pw, pwbuf, pwbuflen, &retpwptr) != 0) { in php_get_current_user() 1555 if ((pwd=getpwuid(pstat->st_uid))==NULL) { in php_get_current_user()
|
/PHP-7.4/main/streams/ |
H A D | plain_wrapper.c | 1257 if (VCWD_CHOWN(url_to, sb.st_uid, sb.st_gid)) { in php_plain_files_rename()
|
Completed in 77 milliseconds