Searched refs:st_uid (Results 1 – 11 of 11) sorted by relevance
/php-src/ext/standard/ |
H A D | pageinfo.c | 59 BG(page_uid) = pstat->st_uid; in php_statpage()
|
H A D | filestat.c | 854 if(stat_sb->st_uid==getuid()) { in php_stat() 903 RETURN_LONG((zend_long)stat_sb->st_uid); in php_stat() 963 ZVAL_LONG(&stat_uid, stat_sb->st_uid); in php_stat()
|
H A D | ftp_fopen_wrapper.c | 866 ssb->sb.st_uid = 0; in php_stream_ftp_url_stat()
|
H A D | file.c | 1389 ZVAL_LONG(&stat_uid, stat_ssb.sb.st_uid); in php_fstat()
|
/php-src/ext/session/ |
H A D | mod_files.c | 202 …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 D | ioutil.c | 874 buf->st_uid = _buf.st_uid; in php_win32_ioutil_fstat_int() 914 buf->st_rdev = buf->st_uid = buf->st_gid = 0; in php_win32_ioutil_fstat_int()
|
H A D | ioutil.h | 719 unsigned short st_uid; member
|
/php-src/sapi/apache2handler/ |
H A D | sapi_apache2.c | 221 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 D | func_interceptors.c | 343 if(stat_sb->st_uid==getuid()) { in phar_fancy_stat() 380 RETURN_LONG((zend_long)stat_sb->st_uid); in phar_fancy_stat() 422 ZVAL_LONG(&stat_uid, stat_sb->st_uid); in phar_fancy_stat()
|
/php-src/main/ |
H A D | main.c | 1528 err = getpwuid_r(pstat->st_uid, &_pw, pwbuf, pwbuflen, &retpwptr); in php_get_current_user() 1544 if ((pwd=getpwuid(pstat->st_uid))==NULL) { in php_get_current_user()
|
/php-src/main/streams/ |
H A D | plain_wrapper.c | 1323 if (VCWD_CHOWN(url_to, sb.st_uid, sb.st_gid)) { in php_plain_files_rename()
|
Completed in 47 milliseconds