Home | History | Annotate | Download | only in zlib

Lines Matching refs:z_streamp

96 local int inflateStateCheck(z_streamp strm) {
108 int ZEXPORT inflateResetKeep(z_streamp strm) {
132 int ZEXPORT inflateReset(z_streamp strm) {
143 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) {
180 int ZEXPORT inflateInit2_(z_streamp strm, int windowBits,
220 int ZEXPORT inflateInit_(z_streamp strm, const char *version,
225 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) {
370 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) {
592 int ZEXPORT inflate(z_streamp strm, int flush) {
1275 int ZEXPORT inflateEnd(z_streamp strm) {
1287 int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary,
1307 int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary,
1339 int ZEXPORT inflateGetHeader(z_streamp strm, gz_headerp head) {
1384 int ZEXPORT inflateSync(z_streamp strm) {
1440 int ZEXPORT inflateSyncPoint(z_streamp strm) {
1448 int ZEXPORT inflateCopy(z_streamp dest, z_streamp source) {
1492 int ZEXPORT inflateUndermine(z_streamp strm, int subvert) {
1507 int ZEXPORT inflateValidate(z_streamp strm, int check) {
1519 long ZEXPORT inflateMark(z_streamp strm) {
1530 unsigned long ZEXPORT inflateCodesUsed(z_streamp strm) {