/external/bzip2/ |
H A D | bzlib.h | 55 char *next_out; member in struct:__anon502
|
/external/freetype/src/gzip/ |
H A D | zlib.h | 73 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s 74 uInt avail_out; /* remaining free space at next_out */ 93 dropped to zero. It must update next_out and avail_out when avail_out 212 - Provide more output starting at next_out and update next_out and avail_out 270 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible 305 avail_in may be modified, but next_out and avail_out are unchanged.) 324 - Provide more output starting at next_out and update next_out and avail_out 370 (for example if next_in or next_out wa [all...] |
/external/zlib/src/contrib/dotzlib/DotZLib/ |
H A D | DotZLib.cs | 36 public IntPtr next_out;
field in struct:DotZLib.ZStream
|
/external/zlib/src/ |
H A D | zlib.h | 90 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s 91 uInt avail_out; /* remaining free space at next_out */ 133 to zero. It must update next_out and avail_out when avail_out has dropped 261 - Provide more output starting at next_out and update next_out and avail_out 346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible 386 next_out and avail_out are unused and unchanged.) The current implementation 407 - Provide more output starting at next_out and update next_out and avail_out 437 data from that block has been written to strm->next_out [all...] |
/external/zlib/ |
H A D | zlib.h | 90 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s 91 uInt avail_out; /* remaining free space at next_out */ 133 to zero. It must update next_out and avail_out when avail_out has dropped 261 - Provide more output starting at next_out and update next_out and avail_out 346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible 386 next_out and avail_out are unused and unchanged.) The current implementation 407 - Provide more output starting at next_out and update next_out and avail_out 437 data from that block has been written to strm->next_out [all...] |
/external/pdfium/core/include/thirdparties/zlib/ |
H A D | zlib.h | 155 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s 156 uInt avail_out; /* remaining free space at next_out */ 198 to zero. It must update next_out and avail_out when avail_out has dropped 326 - Provide more output starting at next_out and update next_out and avail_out 411 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible 451 next_out and avail_out are unused and unchanged.) The current implementation 472 - Provide more output starting at next_out and update next_out and avail_out 502 data from that block has been written to strm->next_out [all...] |
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
H A D | zlib.h | 159 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s 160 uInt avail_out; /* remaining free space at next_out */ 202 to zero. It must update next_out and avail_out when avail_out has dropped 330 - Provide more output starting at next_out and update next_out and avail_out 415 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible 455 next_out and avail_out are unused and unchanged.) The current implementation 476 - Provide more output starting at next_out and update next_out and avail_out 506 data from that block has been written to strm->next_out [all...] |
/external/libpng/ |
H A D | pngrutil.c | 423 png_ptr->zstream.next_out = NULL; 502 png_ptr->zstream.next_out = output; 537 png_ptr->zstream.next_out = local_buffer; 560 png_ptr->zstream.next_out = NULL; 763 png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size, 771 png_ptr->zstream.next_out = next_out; 3976 png_ptr->zstream.next_out = output; 4043 png_ptr->zstream.next_out = tmpbuf; 4068 png_ptr->zstream.next_out 762 png_inflate_read(png_structrp png_ptr, png_bytep read_buffer, uInt read_size, png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size, int finish) argument [all...] |
/external/pdfium/samples/fx_lpng/lpng_v163/ |
H A D | fx_pngrutil.c | 391 png_ptr->zstream.next_out = NULL;
470 png_ptr->zstream.next_out = output;
505 png_ptr->zstream.next_out = local_buffer;
528 png_ptr->zstream.next_out = NULL;
731 png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size,
739 png_ptr->zstream.next_out = next_out;
3936 png_ptr->zstream.next_out = output;
3997 png_ptr->zstream.next_out = tmpbuf;
4022 png_ptr->zstream.next_out 730 png_inflate_read(png_structrp png_ptr, png_bytep read_buffer, uInt read_size, png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size, int finish) argument [all...] |
/external/valgrind/VEX/switchback/ |
H A D | test_bzip2.c | 170 char *next_out; member in struct:__anon15788 4696 *(s->strm->next_out) = s->zbits[s->state_out_pos]; 4699 s->strm->next_out++; 4896 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; 4899 s->strm->next_out++; 4948 char* cs_next_out = s->strm->next_out; 5025 s->strm->next_out = cs_next_out; 5050 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; 5053 s->strm->next_out++; 5099 *( (UChar*)(s->strm->next_out) ) [all...] |
/external/valgrind/exp-sgcheck/tests/ |
H A D | hackedbz2.c | 193 char *next_out; member in struct:__anon16305 4722 *(s->strm->next_out) = s->zbits[s->state_out_pos]; 4725 s->strm->next_out++; 4922 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; 4925 s->strm->next_out++; 4974 char* cs_next_out = s->strm->next_out; 5051 s->strm->next_out = cs_next_out; 5076 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; 5079 s->strm->next_out++; 5125 *( (UChar*)(s->strm->next_out) ) [all...] |
/external/valgrind/memcheck/tests/ |
H A D | origin5-bz2.c | 186 char *next_out; member in struct:__anon16585 4714 *(s->strm->next_out) = s->zbits[s->state_out_pos]; 4717 s->strm->next_out++; 4913 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; 4916 s->strm->next_out++; 4965 char* cs_next_out = s->strm->next_out; 5042 s->strm->next_out = cs_next_out; 5067 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; 5070 s->strm->next_out++; 5116 *( (UChar*)(s->strm->next_out) ) [all...] |
H A D | varinfo6.c | 224 char *next_out; member in struct:__anon16601 4751 *(s->strm->next_out) = s->zbits[s->state_out_pos]; 4754 s->strm->next_out++; 4951 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; 4954 s->strm->next_out++; 5003 char* cs_next_out = s->strm->next_out; 5080 s->strm->next_out = cs_next_out; 5105 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; 5108 s->strm->next_out++; 5154 *( (UChar*)(s->strm->next_out) ) [all...] |
/external/valgrind/perf/ |
H A D | bz2.c | 186 char *next_out; member in struct:__anon16785 4711 *(s->strm->next_out) = s->zbits[s->state_out_pos]; 4714 s->strm->next_out++; 4911 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; 4914 s->strm->next_out++; 4963 char* cs_next_out = s->strm->next_out; 5040 s->strm->next_out = cs_next_out; 5065 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; 5068 s->strm->next_out++; 5114 *( (UChar*)(s->strm->next_out) ) [all...] |
H A D | test_input_for_tinycc.c | 926 char *next_out; member in struct:__anon16798 3805 *(s->strm->next_out) = s->zbits[s->state_out_pos]; 3808 s->strm->next_out++; 4005 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; 4008 s->strm->next_out++; 4057 char* cs_next_out = s->strm->next_out; 4134 s->strm->next_out = cs_next_out; 4159 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; 4162 s->strm->next_out++; 4208 *( (UChar*)(s->strm->next_out) ) [all...] |