Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfilestat.c125 double bytestotal = 0; in php_disk_total_space() local
160 bytestotal = TotalNumberOfBytes.HighPart * in php_disk_total_space()
177 *space = bytestotal; in php_disk_total_space()
183 double bytestotal = 0;
189 *space = bytestotal;
197 double bytestotal = 0;
212 bytestotal = (((double)buf.f_blocks) * ((double)buf.f_bsize));
220 bytestotal = (((double)buf.f_bsize) * ((double)buf.f_blocks));
223 *space = bytestotal;
234 double bytestotal; in PHP_FUNCTION() local
[all …]

Completed in 11 milliseconds