Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dnode_zlib.cc225 bool last_result_ = false; member in node::__anon15438::final
245 BrotliDecoderResult last_result_ = BROTLI_DECODER_RESULT_SUCCESS; member in node::__anon15438::final
1127 last_result_ = BrotliEncoderCompressStream(state_.get(), in DoThreadPoolWork()
1176 if (!last_result_) { in GetErrorInfo()
1195 last_result_ = BrotliDecoderDecompressStream(state_.get(), in DoThreadPoolWork()
1202 if (last_result_ == BROTLI_DECODER_RESULT_ERROR) { in DoThreadPoolWork()
1246 last_result_ == BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT) { in GetErrorInfo()

Completed in 5 milliseconds