Searched refs:next_out (Results 1 - 25 of 112) sorted by relevance

12345

/macosx-10.10.1/cups-408/cups/examples/
H A Dppdx.c99 decomp.next_out = data;
155 decomp.next_out = temp + (decomp.next_out - data);
174 *(decomp.next_out) = '\0';
177 *datasize = decomp.next_out - data;
239 comp.next_out = buffer;
/macosx-10.10.1/file_cmds-242/gzip/
H A Dunxz.c65 strm.next_out = NULL;
71 strm.next_out = obuf;
102 strm.next_out = obuf;
/macosx-10.10.1/sudo-73/src/zlib/
H A Duncompr.c38 stream.next_out = dest;
H A Dcompress.c38 stream.next_out = dest;
/macosx-10.10.1/zlib-55/zlib/examples/
H A Dfitblk.c105 inf->next_out = raw;
157 def.next_out = blk;
196 def.next_out = tmp;
211 def.next_out = blk;
/macosx-10.10.1/zlib-55/zlib/
H A Duncompr.c38 stream.next_out = dest;
H A Dcompress.c38 stream.next_out = dest;
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dcompress.c106 outgoing_stream.next_out = buf;
145 incoming_stream.next_out = buf;
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_compression_gzip.c171 state->stream.next_out = state->compressed;
186 state->stream.next_out += 10;
344 memcpy(state->stream.next_out, trailer, tocopy);
345 state->stream.next_out += tocopy;
357 state->stream.next_out = state->compressed;
359 memcpy(state->stream.next_out, trailer + tocopy, 8-tocopy);
360 state->stream.next_out += 8-tocopy;
365 block_length = state->stream.next_out - state->compressed;
379 memset(state->stream.next_out, 0,
441 state->stream.next_out
[all...]
H A Darchive_read_support_compression_bzip2.c225 state->stream.next_out = state->out_block;
234 decompressed = state->stream.next_out
285 decompressed = state->stream.next_out
312 decompressed = state->stream.next_out
H A Darchive_read_support_compression_xz.c361 state->stream.next_out = state->out_block;
419 state->stream.next_out = state->out_block;
478 decompressed = state->stream.next_out - state->out_block;
548 state->stream.next_out = state->out_block;
596 state->stream.next_out = state->out_block;
631 decompressed = state->stream.next_out - state->out_block;
/macosx-10.10.1/xar-254/xar/lib/
H A Dbzxar.c118 BZIP2_CONTEXT(context)->bz.next_out = out;
126 BZIP2_CONTEXT(context)->bz.next_out = ((char *)out) + offset;
225 BZIP2_CONTEXT(context)->bz.next_out = out;
234 BZIP2_CONTEXT(context)->bz.next_out = ((char *)out) + offset;
246 BZIP2_CONTEXT(context)->bz.next_out = ((char *)out) + offset;
H A Dzxar.c108 GZIP_CONTEXT(context)->z.next_out = out;
116 GZIP_CONTEXT(context)->z.next_out = ((unsigned char *)out) + offset;
202 GZIP_CONTEXT(context)->z.next_out = out;
211 GZIP_CONTEXT(context)->z.next_out = ((unsigned char *)out) + offset;
223 GZIP_CONTEXT(context)->z.next_out = ((unsigned char *)out) + offset;
H A Dlzmaxar.c141 LZMA_CONTEXT(context)->lzma.next_out = out;
149 LZMA_CONTEXT(context)->lzma.next_out = ((unsigned char *)out) + offset;
291 LZMA_CONTEXT(context)->lzma.next_out = out;
300 LZMA_CONTEXT(context)->lzma.next_out = ((unsigned char *)out) + offset;
312 LZMA_CONTEXT(context)->lzma.next_out = ((unsigned char *)out) + offset;
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DCompression.cpp75 stream.next_out = compressedData + currentOffset;
102 stream.next_out = compressedData + currentOffset;
138 stream.next_out = destination;
/macosx-10.10.1/rsync-45/rsync/
H A Dtoken.c231 tx_strm.next_out = (Bytef *)(obuf + 2);
239 memcpy(tx_strm.next_out,
241 tx_strm.next_out += 4;
285 tx_strm.next_out = (Bytef *) obuf;
321 rx_strm.next_out = NULL;
357 rx_strm.next_out = (Bytef *)dbuf;
413 rx_strm.next_out = (Bytef *)dbuf;
471 rx_strm.next_out = (Bytef *)dbuf;
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dgzio.c142 s->stream.next_out = s->outbuf = Z_NULL;
186 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
273 s->stream.next_out = s->outbuf;
428 Byte *next_out; /* == stream.next_out but not forced far (for MSDOS) */ local
435 next_out = (Byte*)buf;
436 s->stream.next_out = (Bytef*)buf;
440 *next_out++ = s->back;
441 s->stream.next_out++;
459 zmemcpy(s->stream.next_out,
[all...]
H A Dcompress.c69 stream.next_out = dest;
H A Duncompr.c71 stream.next_out = dest;
/macosx-10.10.1/OpenSSL098-52/src/crypto/comp/
H A Dc_zlib.c152 state->istream.next_out = Z_NULL;
164 state->ostream.next_out = Z_NULL;
204 state->ostream.next_out = out;
232 state->istream.next_out = out;
316 stream.next_out = dest;
496 ctx->zin.next_out = NULL;
502 ctx->zout.next_out = NULL;
559 zin->next_out = (unsigned char *)out;
619 zout->next_out = ctx->obuf;
650 zout->next_out
[all...]
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dcompress.c38 stream.next_out = dest;
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dipcomp_core.c216 zs->next_out = mtod(n, u_int8_t *); \
239 zs->next_out = 0;
264 if (zs->next_out == NULL || zs->avail_out == 0) {
304 if (zs->next_out == NULL || zs->avail_out == 0) {
/macosx-10.10.1/zlib-55/zlib/contrib/delphi/
H A DZLib.pas28 next_out: PChar; // next output byte should be put here
29 avail_out: Integer; // remaining free space at next_out
300 strm.next_out := OutBuf;
309 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
343 strm.next_out := OutBuf;
352 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
376 strm.next_out := OutBuf;
413 FZRec.next_out
[all...]
/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzlib.c355 *(s->strm->next_out) = s->zbits[s->state_out_pos];
358 s->strm->next_out++;
555 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
557 s->strm->next_out++;
605 char* cs_next_out = s->strm->next_out;
680 s->strm->next_out = cs_next_out;
720 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
722 s->strm->next_out++;
768 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
770 s->strm->next_out
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxzlib.c513 state->zstrm.next_out = (Bytef *) state->strm.next_out;
529 state->strm.next_out = state->zstrm.next_out;
545 state->next = strm->next_out - state->have;
569 state->strm.next_out = NULL;
602 strm->next_out = state->out;
710 strm->next_out = buf;

Completed in 322 milliseconds

12345