Home | Info | Community | Development | myReactOS | Contact Us
((strm->avail_in == 0 && gz_avail(state) == -1) ? -1 : \ (strm->avail_in == 0 ? -1 : \ (strm->avail_in--, *(strm->next_in)++)))
Definition at line 67 of file gzread.c.
Referenced by gz_head(), and gz_next4().