Lines Matching refs:size_comment
749 uLong size_comment;
845 size_comment = 0;
924 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &size_comment) != ZIP_OK)
942 if (size_comment > 0)
944 pziinit->globalcomment = (char*)ALLOC(size_comment + 1);
947 size_comment = ZREAD64(pziinit->z_filefunc, pziinit->filestream, pziinit->globalcomment,size_comment);
948 pziinit->globalcomment[size_comment] = 0;
1257 uInt size_comment;
1321 size_comment = 0;
1325 size_comment = (uInt)strlen(comment);
1372 zi->ci.size_centralheader = SIZECENTRALHEADER + size_filename + size_extrafield_global + size_comment;
1390 zip64local_putValue_inmemory(zi->ci.central_header+32,(uLong)size_comment,2);
1429 for (i = 0;i < size_comment; i++){