Searched refs:Total_In (Results 1 – 6 of 6) sorted by relevance
127 function Total_In (Strm : in Z_Stream) return ULong is subprogram129 return Strm.Total_In;130 end Total_In;
167 return Total_In (Stream.Reader);213 return Total_In (Stream.Writer);
191 function Total_In (Filter : in Filter_Type) return Count; subprogspec192 pragma Inline (Total_In);
459 function Total_In (Filter : in Filter_Type) return Count is subprogram461 return Count (Thin.Total_In (To_Thin_Access (Filter.Strm).all));462 end Total_In;649 Unsigned_32 (Total_In (Filter)));
341 function Total_In (Strm : in Z_Stream) return ULong; subprogspec342 pragma Inline (Total_In);368 Total_In : ULong := 0; -- total nb of input bytes read so far
94 ("Total in : " & Count'Image (Total_In (Decompressor)) &
Completed in 7 milliseconds