Searched defs:inflateEnd (Results 1 - 8 of 8) sorted by relevance
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ | ||
| H A D | Inflater.cs | 31 private static extern int inflateEnd(ref ZStream sz);
method in class:DotZLib.Inflater |
| /src/common/dist/zlib/contrib/delphi/ | ||
| H A D | ZLib.pas | 250 function inflateEnd(var strm: TZStreamRec): Integer; external; function |
| /src/common/dist/zlib/contrib/pascal/ | ||
| H A D | zlibpas.pas | 111 function inflateEnd(var strm: z_stream): Integer; function 213 function inflateEnd; external; function |
| /src/common/dist/zlib/ | ||
| H A D | inflate.c | 1275 int ZEXPORT inflateEnd(z_streamp strm) { function in typeref:typename:int ZEXPORT |
| H A D | zconf.h | 115 # define inflateEnd z_inflateEnd macro |
| H A D | zconf.h.in | 111 # define inflateEnd z_inflateEnd macro |
| /src/sys/net/ | ||
| H A D | zlib.h | 70 # define inflateEnd z_inflateEnd macro |
| H A D | zlib.c | 3425 int ZEXPORT inflateEnd(z_streamp z) function in typeref:typename:int ZEXPORT |
Completed in 18 milliseconds