Home
last modified time | relevance | path

Searched refs:avail_buf_size (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp539 uint32_t avail_buf_size = FlateGetAvailOut(context); in FlateUncompress() local
540 if (ret != Z_OK || avail_buf_size != 0) { in FlateUncompress()
541 last_buf_size = buf_size - avail_buf_size; in FlateUncompress()