Searched refs:bytestotal (Results 1 – 1 of 1) sorted by relevance
134 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() local197 if (php_disk_total_space(path, &bytestotal) == SUCCESS) { in PHP_FUNCTION()[all …]
Completed in 9 milliseconds