Home
last modified time | relevance | path

Searched refs:stat_blocks (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/phar/
H A Dfunc_interceptors.c336 stat_size, stat_atime, stat_mtime, stat_ctime, stat_blksize, stat_blocks; in phar_fancy_stat() local
440 ZVAL_LONG(&stat_blocks, stat_sb->st_blocks); in phar_fancy_stat()
442 ZVAL_LONG(&stat_blocks,-1); in phar_fancy_stat()
458 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_blocks); in phar_fancy_stat()
473 …h_str_update(Z_ARRVAL_P(return_value), stat_sb_names[12], strlen(stat_sb_names[12]), &stat_blocks); in phar_fancy_stat()
/php-src/ext/standard/
H A Dfilestat.c926 stat_size, stat_atime, stat_mtime, stat_ctime, stat_blksize, stat_blocks; in php_stat() local
929 &stat_size, &stat_atime, &stat_mtime, &stat_ctime, &stat_blksize, &stat_blocks in php_stat()
956 ZVAL_LONG(&stat_blocks, stat_sb->st_blocks); in php_stat()
958 ZVAL_LONG(&stat_blocks,-1); in php_stat()
H A Dfile.c1405 stat_size, stat_atime, stat_mtime, stat_ctime, stat_blksize, stat_blocks; in php_fstat() local
1438 ZVAL_LONG(&stat_blocks, stat_ssb.sb.st_blocks); in php_fstat()
1440 ZVAL_LONG(&stat_blocks,-1); in php_fstat()
1455 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_blocks); in php_fstat()
1470 …_str_add_new(Z_ARRVAL_P(return_value), stat_sb_names[12], strlen(stat_sb_names[12]), &stat_blocks); in php_fstat()

Completed in 23 milliseconds