Lines Matching refs:Strm
37 function (Strm : in Thin.Z_Streamp; Flush : in Thin.Int) return Thin.Int;
145 Code := Flate (Filter.Compression).Done (To_Thin_Access (Filter.Strm));
148 Free (Filter.Strm);
152 := Last_Error_Message (Filter.Strm.all);
154 Free (Filter.Strm);
223 Filter.Strm := new Z_Stream;
229 (To_Thin_Access (Filter.Strm),
236 Raise_Error (Filter.Strm.all);
357 Filter.Strm := new Z_Stream;
363 (To_Thin_Access (Filter.Strm), Win_Bits) /= Thin.Z_OK
365 Raise_Error (Filter.Strm.all);
375 return Filter.Strm /= null;
461 return Count (Thin.Total_In (To_Thin_Access (Filter.Strm).all));
470 return Count (Thin.Total_Out (To_Thin_Access (Filter.Strm).all));
528 Set_Out (Filter.Strm.all, Out_Data'Address, Out_Data'Length);
529 Set_In (Filter.Strm.all, In_Data'Address, In_Data'Length);
532 (To_Thin_Access (Filter.Strm),
538 Check_Error (Filter.Strm.all, Code);
542 - Stream_Element_Offset (Avail_In (Filter.Strm.all));
544 - Stream_Element_Offset (Avail_Out (Filter.Strm.all));