Searched refs:bytestotal (Results 1 – 1 of 1) sorted by relevance
133 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() local185 if (php_disk_total_space(fullpath, &bytestotal) == SUCCESS) { in PHP_FUNCTION()186 RETURN_DOUBLE(bytestotal); in PHP_FUNCTION()
Completed in 5 milliseconds