Home | History | Annotate | Download | only in examples

Lines Matching full:gzlog_bail

249     int gzlog_bail = 0;         /* which point to bail at (1..8) */
251 # define BAIL(n) do { if (n == gzlog_bail && gzlog_count-- == 0) \
252 longjmp(gzlog_jump, gzlog_bail); } while (0)