HomeSort by: relevance | last modified time | path
    Searched defs:size_global_comment (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
zip.c 1818 uInt size_global_comment = 0; local in function:Write_GlobalComment
1821 size_global_comment = (uInt)strlen(global_comment);
1823 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)size_global_comment,2);
1825 if (err == ZIP_OK && size_global_comment > 0)
1827 if (ZWRITE64(zi->z_filefunc,zi->filestream, global_comment, size_global_comment) != size_global_comment)
zip.c 1818 uInt size_global_comment = 0; local in function:Write_GlobalComment
1821 size_global_comment = (uInt)strlen(global_comment);
1823 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)size_global_comment,2);
1825 if (err == ZIP_OK && size_global_comment > 0)
1827 if (ZWRITE64(zi->z_filefunc,zi->filestream, global_comment, size_global_comment) != size_global_comment)

Completed in 47 milliseconds