Searched defs:isempty_RL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c222 Bool isempty_RL ( EState* s ) function
513 isempty_RL(s)) break;
518 isempty_RL(s)) break;
586 if (s->avail_in_expect > 0 || !isempty_RL(s) ||
597 if (s->avail_in_expect > 0 || !isempty_RL(s) ||

Completed in 67 milliseconds