HomeSort by: relevance | last modified time | path
    Searched defs:inflateBackInit (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 289 function inflateBackInit
437 pragma Import (C, inflateBackInit, "inflateBackInit_");
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 136 function inflateBackInit(var strm: z_stream;
249 function inflateBackInit(var strm: z_stream;
  /src/common/dist/zlib/
zlib.h 1078 ZEXTERN int ZEXPORT inflateBackInit(z_streamp strm, int windowBits,
1093 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1115 inflateBackInit() must be called first to allocate the internal state
1142 inflateBackInit(), which is also the buffer that out() uses to write from.
1175 All memory allocated by inflateBackInit() is freed.
1827 # define inflateBackInit(strm, windowBits, window) \
zconf.h 111 # define inflateBackInit z_inflateBackInit
zconf.h.in 107 # define inflateBackInit z_inflateBackInit

Completed in 15 milliseconds