Lines Matching defs:data
16 Oct-2009 - Mathias Svensson - Added zipRemoveExtraInfoBlock to strip extra field data from its ZIP64 data
18 ZIP64 data is automatically added to items that needs it, and existing ZIP64 data need to be removed.
116 unsigned char data[SIZEDATA_INDATABLOCK];
138 char* central_header; /* central header data for the current file */
145 int raw; /* 1 for directly writing raw data */
146 Byte buffered_data[Z_BUFSIZE];/* buffer contain compressed data to be writ*/
265 to_copy = &(ldi->data[ldi->filled_in_this_block]);
299 { /* data overflow - hack for ZIP64 (X Roche) */
325 { /* data overflow - hack for ZIP64 */
1373 zi->ci.size_centralExtraFree = 32; // Extra space we have reserved in case we need to add ZIP64 extra info data
1964 // we cannot write more data to the buffer that we have room for.
2288 if (ZWRITE64(zi->z_filefunc,zi->filestream, ldi->data, ldi->filled_in_this_block) != ldi->filled_in_this_block)