bytestotal        125 ext/standard/filestat.c 	double bytestotal = 0;
bytestotal        160 ext/standard/filestat.c 			bytestotal  = TotalNumberOfBytes.HighPart *
bytestotal        170 ext/standard/filestat.c 			bytestotal = (double)TotalNumberOfClusters * (double)SectorsPerCluster * (double)BytesPerSector;
bytestotal        177 ext/standard/filestat.c 	*space = bytestotal;
bytestotal        183 ext/standard/filestat.c 	double bytestotal = 0;
bytestotal        188 ext/standard/filestat.c 		bytestotal = (double)fsinfo.cbSector * fsinfo.cSectorUnit * fsinfo.cUnit;
bytestotal        189 ext/standard/filestat.c 		*space = bytestotal;
bytestotal        197 ext/standard/filestat.c 	double bytestotal = 0;
bytestotal        210 ext/standard/filestat.c 		bytestotal = (((double)buf.f_blocks) * ((double)buf.f_frsize));
bytestotal        212 ext/standard/filestat.c 		bytestotal = (((double)buf.f_blocks) * ((double)buf.f_bsize));
bytestotal        220 ext/standard/filestat.c 	bytestotal = (((double)buf.f_bsize) * ((double)buf.f_blocks));
bytestotal        223 ext/standard/filestat.c 	*space = bytestotal;
bytestotal        234 ext/standard/filestat.c 	double bytestotal;
bytestotal        246 ext/standard/filestat.c 	if (php_disk_total_space(path, &bytestotal TSRMLS_CC) == SUCCESS) {
bytestotal        247 ext/standard/filestat.c 		RETURN_DOUBLE(bytestotal);