Searched defs:next_in (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libbz/
H A Dbzlib.h85 char *next_in; member in struct:__anon329
/ast/src/lib/libz/
H A Dzlib.h83 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
84 uInt avail_in; /* number of bytes available at next_in */
129 The application must update next_in and avail_in when avail_in has
252 - Compress more input starting at next_in and update next_in and avail_in
254 enough room in the output buffer), next_in and avail_in are updated and
321 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
347 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
358 the zlib header if present: this will be done by inflate(). (So next_in an
[all...]
/ast/src/cmd/INIT/
H A Dratz.c506 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
507 uInt avail_in; /* number of bytes available at next_in */
2069 unsigned char FAR *in; /* local strm->next_in */
2096 in = strm->next_in - OFF;
2291 strm->next_in = in + OFF;
2626 next = strm->next_in; \
2637 strm->next_in = next; \
2797 (strm->next_in == Z_NULL && strm->avail_in != 0))
3512 len = syncsearch(&(state->have), strm->next_in, strm->avail_in);
3514 strm->next_in
[all...]

Completed in 43 milliseconds