Searched refs:filled_in_this_block (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dzip.c122 uLong filled_in_this_block; member in struct:linkedlist_datablock_internal_s
201 ldi->filled_in_this_block = 0 ;
267 to_copy = &(ldi->data[ldi->filled_in_this_block]);
272 ldi->filled_in_this_block += copy_this;
1916 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1918 if (ZWRITE64(zi->z_filefunc,zi->filestream, ldi->data, ldi->filled_in_this_block) != ldi->filled_in_this_block)
1922 size_centraldir += ldi->filled_in_this_block;

Completed in 23 milliseconds