Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dbzcat.c58 #define RETVAL_LAST_BLOCK (-100) macro
173 if (ii==0x177245 && jj==0x385090) return RETVAL_LAST_BLOCK; in read_block_header()
527 if (i == RETVAL_LAST_BLOCK) { in write_bunzip_data()
581 return RETVAL_LAST_BLOCK; in write_bunzip_data()
652 if (i==RETVAL_LAST_BLOCK && bd->bwdata[0].headerCRC==bd->totalCRC) i = 0; in bunzipStream()