Home | History | Annotate | Download | only in minizip

Lines Matching defs:size_comment

627   uLong size_comment;
699 size_comment = 0;
752 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &size_comment)!=ZIP_OK)
766 if (size_comment>0)
768 pziinit->globalcomment = (char*)ALLOC(size_comment+1);
771 size_comment = ZREAD64(pziinit->z_filefunc, pziinit->filestream, pziinit->globalcomment,size_comment);
772 pziinit->globalcomment[size_comment]=0;
1025 uInt size_comment;
1070 size_comment = 0;
1072 size_comment
1104 zi->ci.size_centralheader = SIZECENTRALHEADER + size_filename + size_extrafield_global + size_comment;
1122 zip64local_putValue_inmemory(zi->ci.central_header+32,(uLong)size_comment,2);
1147 for (i=0;i<size_comment;i++)