Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dpageinfo.c66 BG(page_uid) = pstat->st_uid; in php_statpage()
H A Dfilestat.c836 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 Dftp_fopen_wrapper.c879 ssb->sb.st_uid = 0; in php_stream_ftp_url_stat()
H A Dfile.c1588 ZVAL_LONG(&stat_uid, stat_ssb.sb.st_uid); in PHP_NAMED_FUNCTION()
/PHP-7.4/ext/session/
H A Dmod_files.c206 …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 Dioutil.c881 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 Dioutil.h705 unsigned short st_uid; member
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c212 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 Dfunc_interceptors.c448 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 Dmain.c1545 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 Dplain_wrapper.c1257 if (VCWD_CHOWN(url_to, sb.st_uid, sb.st_gid)) { in php_plain_files_rename()

Completed in 72 milliseconds