Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dpageinfo.c60 BG(page_gid) = pstat->st_gid; in php_statpage()
H A Dfilestat.c858 } else if(stat_sb->st_gid==getgid()) { in php_stat()
871 if(stat_sb->st_gid==gids[i]) { in php_stat()
905 RETURN_LONG((zend_long)stat_sb->st_gid); in php_stat()
964 ZVAL_LONG(&stat_gid, stat_sb->st_gid); in php_stat()
H A Dftp_fopen_wrapper.c867 ssb->sb.st_gid = 0; in php_stream_ftp_url_stat()
H A Dfile.c1426 ZVAL_LONG(&stat_gid, stat_ssb.sb.st_gid); in php_fstat()
/PHP-8.3/ext/phar/
H A Dfunc_interceptors.c348 } else if(stat_sb->st_gid==getgid()) { in phar_fancy_stat()
361 if(stat_sb->st_gid==gids[i]) { in phar_fancy_stat()
383 RETURN_LONG((zend_long)stat_sb->st_gid); in phar_fancy_stat()
424 ZVAL_LONG(&stat_gid, stat_sb->st_gid); in phar_fancy_stat()
/PHP-8.3/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.3/sapi/apache2handler/
H A Dsapi_apache2.c222 ctx->finfo.st_gid = 0; in php_apache_sapi_get_stat()
225 ctx->finfo.st_gid = ctx->r->finfo.group; in php_apache_sapi_get_stat()
/PHP-8.3/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 34 milliseconds