Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/bz/
Dbzlib.c161 #define ADD_CHAR_TO_BLOCK(zs, zchh0) \ macro
201 ADD_CHAR_TO_BLOCK(s, (uint32_t)(*(uint8_t*)(s->strm->next_in))); in copy_input_until_stop()
218 ADD_CHAR_TO_BLOCK(s, *(uint8_t*)(s->strm->next_in)); in copy_input_until_stop()