Home
last modified time | relevance | path

Searched refs:Avail_In (Results 1 – 3 of 3) sorted by relevance

/external/zlib/src/contrib/ada/
Dzlib-thin.adb21 function Avail_In (Strm : in Z_Stream) return UInt is subprogram
23 return Strm.Avail_In;
24 end Avail_In;
92 Strm.Avail_In := Size;
Dzlib-thin.ads338 function Avail_In (Strm : in Z_Stream) return UInt; subprogspec
339 pragma Inline (Avail_In);
367 Avail_In : UInt := 0; -- number of bytes available at next_in
Dzlib.adb542 - Stream_Element_Offset (Avail_In (Filter.Strm.all));