Searched refs:size_global_comment (Results 1 – 1 of 1) sorted by relevance
1867 uInt size_global_comment = 0; in Write_GlobalComment() local1870 size_global_comment = (uInt)strlen(global_comment); in Write_GlobalComment()1872 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)size_global_comment,2); in Write_GlobalComment()1874 if (err == ZIP_OK && size_global_comment > 0) in Write_GlobalComment()1876 …WRITE64(zi->z_filefunc,zi->filestream, global_comment, size_global_comment) != size_global_comment) in Write_GlobalComment()