Home
last modified time | relevance | path

Searched refs:deflateStateCheck (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c90 local int deflateStateCheck OF((z_streamp strm));
408 local int deflateStateCheck (strm) in deflateStateCheck() function
442 if (deflateStateCheck(strm) || dictionary == Z_NULL)
504 if (deflateStateCheck(strm))
523 if (deflateStateCheck(strm)) {
572 if (deflateStateCheck(strm) || strm->state->wrap != 2)
584 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
601 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
628 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
678 if (deflateStateCheck(str
[all...]
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c90 local int deflateStateCheck OF((z_streamp strm));
403 local int deflateStateCheck (strm) in deflateStateCheck() function
437 if (deflateStateCheck(strm) || dictionary == Z_NULL)
499 if (deflateStateCheck(strm))
518 if (deflateStateCheck(strm)) {
567 if (deflateStateCheck(strm) || strm->state->wrap != 2)
579 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
596 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
622 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
672 if (deflateStateCheck(str
[all...]
/third_party/node/deps/zlib/
H A Ddeflate.c571 local int deflateStateCheck(z_streamp strm) { in deflateStateCheck() function
600 if (deflateStateCheck(strm) || dictionary == Z_NULL) in deflateSetDictionary()
659 if (deflateStateCheck(strm)) in deflateGetDictionary()
676 if (deflateStateCheck(strm)) { in deflateResetKeep()
744 if (deflateStateCheck(strm) || strm->state->wrap != 2) in deflateSetHeader()
752 if (deflateStateCheck(strm)) return Z_STREAM_ERROR; in deflatePending()
765 if (deflateStateCheck(strm)) return Z_STREAM_ERROR; in deflatePrime()
794 if (deflateStateCheck(strm)) return Z_STREAM_ERROR; in deflateParams()
839 if (deflateStateCheck(strm)) return Z_STREAM_ERROR; in deflateTune()
888 if (deflateStateCheck(str in deflateBound()
[all...]
/third_party/zlib/
H A Ddeflate.c532 local int deflateStateCheck(z_streamp strm) in deflateStateCheck() function
562 if (deflateStateCheck(strm) || dictionary == Z_NULL) in deflateSetDictionary()
625 if (deflateStateCheck(strm)) in deflateGetDictionary()
642 if (deflateStateCheck(strm)) { in deflateResetKeep()
711 if (deflateStateCheck(strm) || strm->state->wrap != 2) in deflateSetHeader()
719 if (deflateStateCheck(strm)) return Z_STREAM_ERROR; in deflatePending()
732 if (deflateStateCheck(strm)) return Z_STREAM_ERROR; in deflatePrime()
761 if (deflateStateCheck(strm)) return Z_STREAM_ERROR; in deflateParams()
806 if (deflateStateCheck(strm)) return Z_STREAM_ERROR; in deflateTune()
856 if (deflateStateCheck(str in deflateBound()
[all...]

Completed in 7 milliseconds