Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dpageinfo.c60 BG(page_gid) = pstat->st_gid; in php_statpage()
H A Dfilestat.c810 } else if(ssb.sb.st_gid==getgid()) { in php_stat()
823 if(ssb.sb.st_gid==gids[i]) { in php_stat()
856 RETURN_LONG((zend_long)ssb.sb.st_gid); in php_stat()
915 ZVAL_LONG(&stat_gid, stat_sb->st_gid); in php_stat()
H A Dftp_fopen_wrapper.c868 ssb->sb.st_gid = 0; in php_stream_ftp_url_stat()
H A Dfile.c1514 ZVAL_LONG(&stat_gid, stat_ssb.sb.st_gid); in php_fstat()
/PHP-8.0/ext/phar/
H A Dfunc_interceptors.c456 } else if(stat_sb->st_gid==getgid()) { in phar_fancy_stat()
469 if(stat_sb->st_gid==gids[i]) { in phar_fancy_stat()
491 RETURN_LONG((zend_long)stat_sb->st_gid); in phar_fancy_stat()
532 ZVAL_LONG(&stat_gid, stat_sb->st_gid); in phar_fancy_stat()
/PHP-8.0/win32/
H A Dioutil.c879 buf->st_gid = _buf.st_gid; 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.h703 unsigned short st_gid; member
/PHP-8.0/sapi/apache2handler/
H A Dsapi_apache2.c217 ctx->finfo.st_gid = 0; in php_apache_sapi_get_stat()
220 ctx->finfo.st_gid = ctx->r->finfo.group; in php_apache_sapi_get_stat()
/PHP-8.0/main/streams/
H A Dplain_wrapper.c1265 if (VCWD_CHOWN(url_to, sb.st_uid, sb.st_gid)) { in php_plain_files_rename()

Completed in 51 milliseconds