| /src/common/dist/zlib/ |
| uncompr.c | 24 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough 84 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, function in typeref:typename:int ZEXPORT
|
| zconf.h.in | 132 # define uncompress z_uncompress macro
|
| zconf.h | 136 # define uncompress z_uncompress macro
|
| /src/common/dist/zlib/contrib/ada/ |
| zlib-thin.ads | 175 function uncompress subprogspec 401 pragma Import (C, uncompress, "uncompress");
|
| /src/common/dist/zlib/contrib/pascal/ |
| zlibpas.pas | 150 function uncompress(dest: PChar; var destLen: LongInt; function 223 function uncompress; external; function
|
| /src/sys/net/ |
| zlib.h | 83 # define uncompress z_uncompress macro 944 ZEXTERN int ZEXPORT uncompress(Bytef *, uLongf *, const Bytef *, uLong); 956 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
|