Searched refs:next_in (Results 101 - 112 of 112) sorted by relevance

12345

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A DtiffPixar.c701 sp->stream.next_in = tif->tif_rawdata;
1107 sp->stream.next_in = (unsigned char *) sp->tbuf;
/macosx-10.10.1/zlib-55/zlib/old/as400/
H A Dzlib.inc84 D zs_avail_in 10U 0 Byte cnt at next_in
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c1531 zisofs->stream.next_in = (Bytef *)(uintptr_t)(const void *)p;
1551 avail -= zisofs->stream.next_in - p;
1552 zisofs->block_avail -= zisofs->stream.next_in - p;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngread.c608 png_ptr->zstream.next_in = png_ptr->zbuf;
H A Dpngrutil.c210 png_ptr->zstream.next_in = (png_bytep)data; /* const_cast: VALID */
3127 png_ptr->zstream.next_in = png_ptr->zbuf;
H A Dpngwutil.c250 png_ptr->zstream.next_in = (Bytef *)text;
2734 png_ptr->zstream.next_in = filtered_row;
/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c1691 buff->zctrl.next_in = (unsigned char *)src;
2660 cptr = (char *) ((z_stream *)context)->next_in;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c1558 buff->zctrl.next_in = (unsigned char *)src;
2526 cptr = (char *) ((z_stream *)context)->next_in;
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Ddump.c1264 zstr.next_in = (void *)cd.cd_ctfdata;
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c3684 zstream.next_in = (UInt8 *)CFDataGetBytePtr(cacheData);
13198 zstream.next_in = (UInt8 *)fileBuffer;
13684 zstream.next_in = (UInt8 *)buffer;
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp2747 zstream.next_in = (UInt8 *)data;
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_hugehelp.c8232 z.next_in = (unsigned char *)hugehelpgz + headerlen;

Completed in 349 milliseconds

12345