Searched defs:next_out (Results 1 - 7 of 7) sorted by relevance

/external/bzip2/
H A Dbzlib.h55 char *next_out; member in struct:__anon641
/external/kernel-headers/original/linux/
H A Dzlib.h89 Byte *next_out; /* next output byte should be put there */ member in struct:z_stream_s
90 uInt avail_out; /* remaining free space at next_out */
107 dropped to zero. It must update next_out and avail_out when avail_out
227 - Provide more output starting at next_out and update next_out and avail_out
285 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
328 avail_in may be modified, but next_out and avail_out are unchanged.)
347 - Provide more output starting at next_out and update next_out and avail_out
377 uncompressed data from that block has been written to strm->next_out
[all...]
/external/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs36 public IntPtr next_out; field in struct:DotZLib.ZStream
/external/qemu/distrib/zlib-1.2.3/
H A Dgzio.c115 s->stream.next_out = s->outbuf = Z_NULL;
159 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
246 s->stream.next_out = s->outbuf;
401 Byte *next_out; /* == stream.next_out but not forced far (for MSDOS) */ local
408 next_out = (Byte*)buf;
409 s->stream.next_out = (Bytef*)buf;
413 *next_out++ = s->back;
414 s->stream.next_out++;
432 zmemcpy(s->stream.next_out,
[all...]
H A Dzlib.h87 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
88 uInt avail_out; /* remaining free space at next_out */
130 dropped to zero. It must update next_out and avail_out when avail_out
257 - Provide more output starting at next_out and update next_out and avail_out
321 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
359 avail_in may be modified, but next_out and avail_out are unchanged.)
378 - Provide more output starting at next_out and update next_out and avail_out
408 uncompressed data from that block has been written to strm->next_out
[all...]
/external/zlib/
H A Dgzio.c115 s->stream.next_out = s->outbuf = Z_NULL;
159 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
246 s->stream.next_out = s->outbuf;
401 Byte *next_out; /* == stream.next_out but not forced far (for MSDOS) */ local
408 next_out = (Byte*)buf;
409 s->stream.next_out = (Bytef*)buf;
413 *next_out++ = s->back;
414 s->stream.next_out++;
432 zmemcpy(s->stream.next_out,
[all...]
H A Dzlib.h87 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
88 uInt avail_out; /* remaining free space at next_out */
130 dropped to zero. It must update next_out and avail_out when avail_out
257 - Provide more output starting at next_out and update next_out and avail_out
321 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
359 avail_in may be modified, but next_out and avail_out are unchanged.)
378 - Provide more output starting at next_out and update next_out and avail_out
408 uncompressed data from that block has been written to strm->next_out
[all...]

Completed in 101 milliseconds