Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dpageinfo.c59 BG(page_uid) = pstat->st_uid; in php_statpage()
H A Dfilestat.c830 if(stat_sb->st_uid==getuid()) { in php_stat()
879 RETURN_LONG((zend_long)stat_sb->st_uid); in php_stat()
939 ZVAL_LONG(&stat_uid, stat_sb->st_uid); in php_stat()
H A Dftp_fopen_wrapper.c866 ssb->sb.st_uid = 0; in php_stream_ftp_url_stat()
H A Dfile.c1413 ZVAL_LONG(&stat_uid, stat_ssb.sb.st_uid); in php_fstat()
/php-src/ext/session/
H A Dmod_files.c202 …if (zend_fstat(data->fd, &sbuf) || (sbuf.st_uid != 0 && sbuf.st_uid != getuid() && sbuf.st_uid != … in ps_files_open()
/php-src/win32/
H A Dioutil.c878 buf->st_uid = _buf.st_uid; in php_win32_ioutil_fstat_int()
918 buf->st_rdev = buf->st_uid = buf->st_gid = 0; in php_win32_ioutil_fstat_int()
H A Dioutil.h702 unsigned short st_uid; member
/php-src/sapi/apache2handler/
H A Dsapi_apache2.c221 ctx->finfo.st_uid = 0; in php_apache_sapi_get_stat()
224 ctx->finfo.st_uid = ctx->r->finfo.user; in php_apache_sapi_get_stat()
/php-src/ext/phar/
H A Dfunc_interceptors.c344 if(stat_sb->st_uid==getuid()) { in phar_fancy_stat()
381 RETURN_LONG((zend_long)stat_sb->st_uid); in phar_fancy_stat()
423 ZVAL_LONG(&stat_uid, stat_sb->st_uid); in phar_fancy_stat()
/php-src/main/
H A Dmain.c1481 if (getpwuid_r(pstat->st_uid, &_pw, pwbuf, pwbuflen, &retpwptr) != 0) { in php_get_current_user()
1491 if ((pwd=getpwuid(pstat->st_uid))==NULL) { in php_get_current_user()
/php-src/main/streams/
H A Dplain_wrapper.c1323 if (VCWD_CHOWN(url_to, sb.st_uid, sb.st_gid)) { in php_plain_files_rename()

Completed in 64 milliseconds