Home
last modified time | relevance | path

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

/third_party/bzip2/
Dbzlib.c318 if (s->avail_in_expect == 0) break; in copy_input_until_stop()
325 s->avail_in_expect--; in copy_input_until_stop()
373 s->avail_in_expect == 0 && in handle_compress()
378 s->avail_in_expect == 0 && in handle_compress()
384 if (s->mode != BZ_M_RUNNING && s->avail_in_expect == 0) { in handle_compress()
429 s->avail_in_expect = strm->avail_in; in BZ_API()
435 s->avail_in_expect = strm->avail_in; in BZ_API()
444 if (s->avail_in_expect != s->strm->avail_in) in BZ_API()
447 if (s->avail_in_expect > 0 || !isempty_RL(s) || in BZ_API()
454 if (s->avail_in_expect != s->strm->avail_in) in BZ_API()
[all …]
Dbzlib_private.h207 UInt32 avail_in_expect; member
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dbzlib.c318 if (s->avail_in_expect == 0) break; in copy_input_until_stop()
325 s->avail_in_expect--; in copy_input_until_stop()
373 s->avail_in_expect == 0 && in handle_compress()
378 s->avail_in_expect == 0 && in handle_compress()
384 if (s->mode != BZ_M_RUNNING && s->avail_in_expect == 0) { in handle_compress()
429 s->avail_in_expect = strm->avail_in; in BZ_API()
435 s->avail_in_expect = strm->avail_in; in BZ_API()
444 if (s->avail_in_expect != s->strm->avail_in) in BZ_API()
447 if (s->avail_in_expect > 0 || !isempty_RL(s) || in BZ_API()
454 if (s->avail_in_expect != s->strm->avail_in) in BZ_API()
[all …]
Dbzlib_private.h207 UInt32 avail_in_expect; member
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dbzlib.c318 if (s->avail_in_expect == 0) break; in copy_input_until_stop()
325 s->avail_in_expect--; in copy_input_until_stop()
373 s->avail_in_expect == 0 && in handle_compress()
378 s->avail_in_expect == 0 && in handle_compress()
384 if (s->mode != BZ_M_RUNNING && s->avail_in_expect == 0) { in handle_compress()
429 s->avail_in_expect = strm->avail_in; in BZ_API()
435 s->avail_in_expect = strm->avail_in; in BZ_API()
444 if (s->avail_in_expect != s->strm->avail_in) in BZ_API()
447 if (s->avail_in_expect > 0 || !isempty_RL(s) || in BZ_API()
454 if (s->avail_in_expect != s->strm->avail_in) in BZ_API()
[all …]
Dbzlib_private.h207 UInt32 avail_in_expect; member