Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dfilestat.c138 double bytestotal = 0;
143 bytestotal = (double)fsinfo.cbSector * fsinfo.cSectorUnit * fsinfo.cUnit;
144 *space = bytestotal;
152 double bytestotal = 0;
165 bytestotal = (((double)buf.f_blocks) * ((double)buf.f_frsize));
167 bytestotal = (((double)buf.f_blocks) * ((double)buf.f_bsize));
175 bytestotal = (((double)buf.f_bsize) * ((double)buf.f_blocks));
178 *space = bytestotal;
188 double bytestotal; in PHP_FUNCTION() local
204 if (php_disk_total_space(fullpath, &bytestotal) == SUCCESS) { in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds