Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/bz/
Dbzlib.c80 int isempty_RL(EState* s) in isempty_RL() function
267 && isempty_RL(s)) in handle_compress()
274 && isempty_RL(s)) in handle_compress()
338 if (s->avail_in_expect > 0 || !isempty_RL(s) || s->state_out_pos < s->posZ) in BZ2_bzCompress()
353 if (s->strm->avail_in > 0 || !isempty_RL(s) || s->state_out_pos < s->posZ) in BZ2_bzCompress()