Searched refs:next_in (Results 1 – 4 of 4) sorted by relevance
70 stream.next_in = (typeof(stream.next_in))*in_buf; in gunzip()97 *in_buf = (uintptr_t)stream.next_in; in gunzip()
82 in = strm->next_in;299 strm->next_in = in;
480 next = strm->next_in; \491 strm->next_in = next; \646 (strm->next_in == Z_NULL && strm->avail_in != 0))1429 len = syncsearch(&(state->have), strm->next_in, strm->avail_in);1431 strm->next_in += len;
87 z_const Bytef *next_in; /* next input byte */ member
Completed in 8 milliseconds