Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dpageinfo.c67 BG(page_gid) = pstat->st_gid; in php_statpage()
H A Dfilestat.c840 } else if(ssb.sb.st_gid==getgid()) { in php_stat()
853 if(ssb.sb.st_gid==gids[i]) { in php_stat()
886 RETURN_LONG((zend_long)ssb.sb.st_gid); in php_stat()
933 ZVAL_LONG(&stat_gid, stat_sb->st_gid); in php_stat()
H A Dftp_fopen_wrapper.c880 ssb->sb.st_gid = 0; in php_stream_ftp_url_stat()
H A Dfile.c1589 ZVAL_LONG(&stat_gid, stat_ssb.sb.st_gid); in PHP_NAMED_FUNCTION()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c452 } else if(stat_sb->st_gid==getgid()) { in phar_fancy_stat()
465 if(stat_sb->st_gid==gids[i]) { in phar_fancy_stat()
487 RETURN_LONG((zend_long)stat_sb->st_gid); in phar_fancy_stat()
528 ZVAL_LONG(&stat_gid, stat_sb->st_gid); in phar_fancy_stat()
/PHP-7.4/win32/
H A Dioutil.c882 buf->st_gid = _buf.st_gid; 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.h706 unsigned short st_gid; member
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c213 ctx->finfo.st_gid = 0; in php_apache_sapi_get_stat()
216 ctx->finfo.st_gid = ctx->r->finfo.group; in php_apache_sapi_get_stat()
/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 47 milliseconds