Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dfilestat.c134 double bytestotal = 0;
139 bytestotal = (double)fsinfo.cbSector * fsinfo.cSectorUnit * fsinfo.cUnit;
140 *space = bytestotal;
148 double bytestotal = 0;
161 bytestotal = (((double)buf.f_blocks) * ((double)buf.f_frsize));
163 bytestotal = (((double)buf.f_blocks) * ((double)buf.f_bsize));
171 bytestotal = (((double)buf.f_bsize) * ((double)buf.f_blocks));
174 *space = bytestotal;
185 double bytestotal; in PHP_FUNCTION() local
197 if (php_disk_total_space(path, &bytestotal) == SUCCESS) { in PHP_FUNCTION()
[all …]

Completed in 14 milliseconds