Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dfilestat.c133 double bytestotal = 0;
146 bytestotal = (((double)buf.f_blocks) * ((double)buf.f_frsize));
148 bytestotal = (((double)buf.f_blocks) * ((double)buf.f_bsize));
156 bytestotal = (((double)buf.f_bsize) * ((double)buf.f_blocks));
159 *space = bytestotal;
169 double bytestotal; in PHP_FUNCTION() local
185 if (php_disk_total_space(fullpath, &bytestotal) == SUCCESS) { in PHP_FUNCTION()
186 RETURN_DOUBLE(bytestotal); in PHP_FUNCTION()

Completed in 5 milliseconds