Searched refs:comment_bytes_left (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/bin/unzip/
H A Dfileio.c1933 unsigned comment_bytes_left; variable
1971 comment_bytes_left = length;
1977 comment_bytes_left -= block_len;
1986 comment_bytes_left -= block_len;
2007 (G.inptr - G.inbuf) + comment_bytes_left - length);
2018 * which case comment_bytes_left will remain at some non-zero value for
2026 comment_bytes_left = length;
2028 while (comment_bytes_left > 0 && block_len > 0) {
2033 MIN((unsigned)OUTBUFSIZ, comment_bytes_left))) == 0)
2035 comment_bytes_left
[all...]

Completed in 19 milliseconds