Searched refs:Total_Out (Results 1 – 8 of 8) sorted by relevance
136 function Total_Out (Strm : in Z_Stream) return ULong is subprogram138 return Strm.Total_Out;139 end Total_Out;
89 (Total_Out (Decompressor) + 1 .. Uncompressed_Data'Last),95 ", out : " & Count'Image (Total_Out (Decompressor)));
176 return Total_Out (Stream.Reader);222 return Total_Out (Stream.Writer);
195 function Total_Out (Filter : in Filter_Type) return Count; subprogspec196 pragma Inline (Total_Out);
344 function Total_Out (Strm : in Z_Stream) return ULong; subprogspec345 pragma Inline (Total_Out);371 Total_Out : ULong := 0; -- total nb of bytes output so far
316 Print_Statistic ("Generic compress", ZLib.Total_Out (Filter));332 Print_Statistic ("Generic decompress", ZLib.Total_Out (Filter));
133 & ZLib.Count'Image (Total_Out (Deflate)));
468 function Total_Out (Filter : in Filter_Type) return Count is subprogram470 return Count (Thin.Total_Out (To_Thin_Access (Filter.Strm).all));471 end Total_Out;