Searched refs:clear_flg (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/file_cmds-242/compress/
H A Dzopen.c154 #define clear_flg zs->zs_clear_flg macro
265 clear_flg = 0;
413 if (free_ent > maxcode || (clear_flg > 0)) {
425 if (clear_flg) {
427 clear_flg = 0;
515 clear_flg = 1;
582 if (clear_flg > 0 || roffset >= size || free_ent > maxcode) {
595 if (clear_flg > 0) {
597 clear_flg = 0;
653 clear_flg
[all...]
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_compression_compress.c243 int bits, ret, clear_flg, bit_offset; local
245 clear_flg = ocode == CLEAR;
273 if (clear_flg || state->first_free > state->cur_maxcode) {
290 if (clear_flg) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/gif/
H A Dgif.c1444 int clear_flg;
1522 state.clear_flg = 0;
1646 if ((statePtr->free_ent > statePtr->maxcode)|| statePtr->clear_flg ) {
1647 if (statePtr->clear_flg) {
1649 statePtr->clear_flg = 0;
1683 statePtr->clear_flg = 1;
1437 int clear_flg; member in struct:__anon13204

Completed in 190 milliseconds