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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipup.c218 local int file_binary = 0; /* first buf */ variable
430 file_binary = -1; /* not set, set after first read */
844 if (z->att == (ush)BINARY && translate_eol && file_binary) {
1197 if (file_binary == -1) {
1199 file_binary = is_text_buf(b, size) ? 0 : 1;
1202 if (file_binary != 1) {
1236 if (file_binary == -1) {
1238 file_binary = is_text_buf(b, size) ? 0 : 1;
1241 if (file_binary != 1) {

Completed in 50 milliseconds