Home
last modified time | relevance | path

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

/lib/
Ddecompress_bunzip2.c70 #define RETVAL_LAST_BLOCK (-1) macro
179 return RETVAL_LAST_BLOCK; in get_next_block()
603 return RETVAL_LAST_BLOCK; in read_bunzip()
613 return (previous != RETVAL_LAST_BLOCK) ? previous : gotcount; in read_bunzip()
722 if (i == RETVAL_LAST_BLOCK) { in bunzip2()