Searched refs:zipfile_comment_length (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/unzip/
H A Dprocess.c1029 G.ecrec.zipfile_comment_length =
1061 G.lpUserFunctions->cchComment = G.ecrec.zipfile_comment_length;
1062 if (G.ecrec.zipfile_comment_length && (uO.zflag > 0))
1064 if (G.ecrec.zipfile_comment_length && (uO.zflag > 0 ||
1073 if (do_string(__G__ G.ecrec.zipfile_comment_length, CHECK_AUTORUN)) {
1075 if (do_string(__G__ G.ecrec.zipfile_comment_length, DISPLAY)) {
1083 else if (G.ecrec.zipfile_comment_length) {
1084 if (do_string(__G__ G.ecrec.zipfile_comment_length, CHECK_AUTORUN_Q)) {
H A Dzipinfo.c662 if (!G.ecrec.zipfile_comment_length)
666 G.ecrec.zipfile_comment_length));
668 if (do_string(__G__ G.ecrec.zipfile_comment_length, DISPLAY))
677 } else if (uO.zflag && G.ecrec.zipfile_comment_length) {
678 if (do_string(__G__ G.ecrec.zipfile_comment_length, DISPLAY)) {
H A Dunzpriv.h1657 ush zipfile_comment_length; member in struct:end_central_dir_record

Completed in 119 milliseconds