HomeSort by: relevance | last modified time | path
    Searched refs:inflateBackEnd (Results 1 - 10 of 10) sorted by relevancy

  /src/common/dist/zlib/test/
infcover.c 482 ret = inflateBackEnd(Z_NULL); assert(ret == Z_STREAM_ERROR);
499 ret = inflateBackEnd(&strm); assert(ret == Z_OK);
503 ret = inflateBackEnd(&strm); assert(ret == Z_OK);
569 inflateBackEnd(&strm);
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 140 function inflateBackEnd(var strm: z_stream): Integer;
210 function inflateBackEnd; external;
  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 448 -- pragma Import (C, inflateBackEnd, "inflateBackEnd");
  /src/common/dist/zlib/
zconf.h 110 # define inflateBackEnd z_inflateBackEnd
infback.c 623 int ZEXPORT inflateBackEnd(z_streamp strm) {
zconf.h.in 106 # define inflateBackEnd z_inflateBackEnd
zlib.h 1118 deflate stream with each call. inflateBackEnd() is then called to free the
1173 ZEXTERN int ZEXPORT inflateBackEnd(z_streamp strm);
1177 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
zconf.h.cmakein 108 # define inflateBackEnd z_inflateBackEnd
  /src/common/dist/zlib/examples/
gun.c 70 /* inflateBackEnd(), crc32() */
700 inflateBackEnd(&strm);
  /src/common/dist/zlib/os400/
zlib.inc 459 D inflateBackEnd PR 10I 0 extproc('inflateBackEnd')

Completed in 18 milliseconds