Home
last modified time | relevance | path

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

/external/zlib/src/contrib/ada/
Dzlib-thin.adb72 function Last_Error_Message (Strm : in Z_Stream) return String is subprogram
80 end Last_Error_Message;
Dzlib.adb127 & ": " & Last_Error_Message (Stream));
152 := Last_Error_Message (Filter.Strm.all);
389 Raise_Error (Last_Error_Message (Stream));
Dzlib-thin.ads332 function Last_Error_Message (Strm : in Z_Stream) return String; subprogspec
333 pragma Inline (Last_Error_Message);