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

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dzip.c1246 unsigned int sizeHead; local
1251 sizeHead=crypthead(password,bufHead,RAND_HEAD_LEN,zi->ci.keys,zi->ci.pcrc_32_tab,crcForCrypting);
1252 zi->ci.crypt_header_size = sizeHead;
1254 if (ZWRITE64(zi->z_filefunc,zi->filestream,bufHead,sizeHead) != sizeHead)
/external/zlib/src/contrib/minizip/
H A Dzip.c1247 unsigned int sizeHead; local
1252 sizeHead=crypthead(password,bufHead,RAND_HEAD_LEN,zi->ci.keys,zi->ci.pcrc_32_tab,crcForCrypting);
1253 zi->ci.crypt_header_size = sizeHead;
1255 if (ZWRITE64(zi->z_filefunc,zi->filestream,bufHead,sizeHead) != sizeHead)

Completed in 705 milliseconds