bytestotal        113 ext/standard/filestat.c 	double bytestotal = 0;
bytestotal        148 ext/standard/filestat.c 			bytestotal  = TotalNumberOfBytes.HighPart *
bytestotal        158 ext/standard/filestat.c 			bytestotal = (double)TotalNumberOfClusters * (double)SectorsPerCluster * (double)BytesPerSector;
bytestotal        165 ext/standard/filestat.c 	*space = bytestotal;
bytestotal        171 ext/standard/filestat.c 	double bytestotal = 0;
bytestotal        176 ext/standard/filestat.c 		bytestotal = (double)fsinfo.cbSector * fsinfo.cSectorUnit * fsinfo.cUnit;
bytestotal        177 ext/standard/filestat.c 		*space = bytestotal;
bytestotal        185 ext/standard/filestat.c 	double bytestotal = 0;
bytestotal        198 ext/standard/filestat.c 		bytestotal = (((double)buf.f_blocks) * ((double)buf.f_frsize));
bytestotal        200 ext/standard/filestat.c 		bytestotal = (((double)buf.f_blocks) * ((double)buf.f_bsize));
bytestotal        208 ext/standard/filestat.c 	bytestotal = (((double)buf.f_bsize) * ((double)buf.f_blocks));
bytestotal        211 ext/standard/filestat.c 	*space = bytestotal;
bytestotal        222 ext/standard/filestat.c 	double bytestotal;
bytestotal        234 ext/standard/filestat.c 	if (php_disk_total_space(path, &bytestotal) == SUCCESS) {
bytestotal        235 ext/standard/filestat.c 		RETURN_DOUBLE(bytestotal);