Home
last modified time | relevance | path

Searched refs:Avail_Out (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/ada/
Dzlib-thin.adb30 function Avail_Out (Strm : in Z_Stream) return UInt is subprogram
32 return Strm.Avail_Out;
33 end Avail_Out;
120 Strm.Avail_Out := Size;
Dzlib-thin.ads335 function Avail_Out (Strm : in Z_Stream) return UInt; subprogspec
336 pragma Inline (Avail_Out);
370 Avail_Out : UInt := 0; -- remaining free space at next_out
Dzlib.adb544 - Stream_Element_Offset (Avail_Out (Filter.Strm.all));
/third_party/zlib/contrib/ada/
Dzlib-thin.adb30 function Avail_Out (Strm : in Z_Stream) return UInt is subprogram
32 return Strm.Avail_Out;
33 end Avail_Out;
120 Strm.Avail_Out := Size;
Dzlib-thin.ads335 function Avail_Out (Strm : in Z_Stream) return UInt; subprogspec
336 pragma Inline (Avail_Out);
370 Avail_Out : UInt := 0; -- remaining free space at next_out
Dzlib.adb544 - Stream_Element_Offset (Avail_Out (Filter.Strm.all));
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/ada/
Dzlib-thin.adb30 function Avail_Out (Strm : in Z_Stream) return UInt is subprogram
32 return Strm.Avail_Out;
33 end Avail_Out;
120 Strm.Avail_Out := Size;
Dzlib-thin.ads335 function Avail_Out (Strm : in Z_Stream) return UInt; subprogspec
336 pragma Inline (Avail_Out);
370 Avail_Out : UInt := 0; -- remaining free space at next_out
Dzlib.adb544 - Stream_Element_Offset (Avail_Out (Filter.Strm.all));