Searched refs:stat_blocks (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | filestat.c | 852 *stat_size, *stat_atime, *stat_mtime, *stat_ctime, *stat_blksize, *stat_blocks; in php_stat() local 1036 MAKE_LONG_ZVAL_INCREF(stat_blocks, stat_sb->st_blocks); in php_stat() 1038 MAKE_LONG_ZVAL_INCREF(stat_blocks,-1); in php_stat() 1054 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_blocks, sizeof(zval *), NULL); in php_stat() 1069 …turn_value), stat_sb_names[12], strlen(stat_sb_names[12])+1, (void *) &stat_blocks, sizeof(zval *)… in php_stat()
|
H A D | file.c | 1525 *stat_size, *stat_atime, *stat_mtime, *stat_ctime, *stat_blksize, *stat_blocks; in PHP_NAMED_FUNCTION() local 1566 MAKE_LONG_ZVAL_INCREF(stat_blocks, stat_ssb.sb.st_blocks); in PHP_NAMED_FUNCTION() 1568 MAKE_LONG_ZVAL_INCREF(stat_blocks,-1); in PHP_NAMED_FUNCTION() 1583 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_blocks, sizeof(zval *), NULL); in PHP_NAMED_FUNCTION() 1598 …eturn_value), stat_sb_names[12], strlen(stat_sb_names[12])+1, (void *)&stat_blocks, sizeof(zval *)… in PHP_NAMED_FUNCTION()
|
/PHP-5.4/ext/phar/ |
H A D | func_interceptors.c | 445 *stat_size, *stat_atime, *stat_mtime, *stat_ctime, *stat_blksize, *stat_blocks; in phar_fancy_stat() local 569 MAKE_LONG_ZVAL_INCREF(stat_blocks, stat_sb->st_blocks); in phar_fancy_stat() 571 MAKE_LONG_ZVAL_INCREF(stat_blocks,-1); in phar_fancy_stat() 587 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_blocks, sizeof(zval *), NULL); in phar_fancy_stat() 602 …turn_value), stat_sb_names[12], strlen(stat_sb_names[12])+1, (void *) &stat_blocks, sizeof(zval *)… in phar_fancy_stat()
|
Completed in 23 milliseconds