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

/external/chromium/third_party/zlib/contrib/minizip/
H A Dzip.c147 int in_opened_file_inzip; /* 1 if a file in the zip is currently writ.*/ member in struct:__anon1679
529 ziinit.in_opened_file_inzip = 0;
735 if (zi->in_opened_file_inzip == 1)
899 zi->in_opened_file_inzip = 1;
982 if (zi->in_opened_file_inzip == 0)
1048 if (zi->in_opened_file_inzip == 0)
1126 zi->in_opened_file_inzip = 0;
1150 if (zi->in_opened_file_inzip == 1)
/external/zlib/contrib/minizip/
H A Dzip.c170 int in_opened_file_inzip; /* 1 if a file in the zip is currently writ.*/ member in struct:__anon7183
875 ziinit.in_opened_file_inzip = 0;
1087 if (zi->in_opened_file_inzip == 1)
1260 zi->in_opened_file_inzip = 1;
1410 if (zi->in_opened_file_inzip == 0)
1525 if (zi->in_opened_file_inzip == 0)
1742 zi->in_opened_file_inzip = 0;
1892 if (zi->in_opened_file_inzip == 1)

Completed in 36 milliseconds