Home
last modified time | relevance | path

Searched refs:comment_read (Results 1 – 5 of 5) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/minizip/src/
H A Dmz_zip.c890 int32_t comment_read = 0; in mz_zip_read_cd() local
938 comment_read = mz_stream_read(zip->stream, zip->comment, comment_size); in mz_zip_read_cd()
940 if (comment_read < 0) in mz_zip_read_cd()
941 comment_read = 0; in mz_zip_read_cd()
942 zip->comment[comment_read] = 0; in mz_zip_read_cd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/
H A Dmz_zip.c890 int32_t comment_read = 0; in mz_zip_read_cd() local
938 comment_read = mz_stream_read(zip->stream, zip->comment, comment_size); in mz_zip_read_cd()
940 if (comment_read < 0) in mz_zip_read_cd()
941 comment_read = 0; in mz_zip_read_cd()
942 zip->comment[comment_read] = 0; in mz_zip_read_cd()
/dports/audio/spectmorph/spectmorph-0.5.2/3rdparty/minizip/
H A Dmz_zip.c890 int32_t comment_read = 0; in mz_zip_read_cd() local
938 comment_read = mz_stream_read(zip->stream, zip->comment, comment_size); in mz_zip_read_cd()
940 if (comment_read < 0) in mz_zip_read_cd()
941 comment_read = 0; in mz_zip_read_cd()
942 zip->comment[comment_read] = 0; in mz_zip_read_cd()
/dports/graphics/geeqie/geeqie-1.6/
H A DChangeLog.gqview2089 * bar_info.c (comment_read): Fix mem leak by freeing key variable.
H A DChangeLog14206 …ory where at least one photo doesn't have a comment. The fix modifies comment_read() function to r…
22696 * bar_info.c (comment_read): Fix mem leak by freeing key variable.