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

/external/chromium_org/third_party/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:__anon16393
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)
/external/zlib/src/contrib/minizip/
H A Dzip.c170 int in_opened_file_inzip; /* 1 if a file in the zip is currently writ.*/ member in struct:__anon34346
875 ziinit.in_opened_file_inzip = 0;
1088 if (zi->in_opened_file_inzip == 1)
1261 zi->in_opened_file_inzip = 1;
1411 if (zi->in_opened_file_inzip == 0)
1526 if (zi->in_opened_file_inzip == 0)
1745 zi->in_opened_file_inzip = 0;
1895 if (zi->in_opened_file_inzip == 1)

Completed in 389 milliseconds