MCPcopy Create free account
hub / github.com/MariaDB/server / close

Method close

storage/connect/tabzip.cpp:96–103  ·  view source on GitHub ↗

/ Close the zip file. */ /

Source from the content-addressed store, hash-verified

94/* Close the zip file. */
95/***********************************************************************/
96void TDBZIP::close()
97{
98 if (zipfile) {
99 unzClose(zipfile);
100 zipfile = NULL;
101 } // endif zipfile
102
103} // end of close
104
105/***********************************************************************/
106/* ZIP Cardinality: returns table size in number of rows. */

Callers 14

MongoDisconnectMethod · 0.45
RewindMethod · 0.45
DBFColumnsFunction · 0.45
PlugCloseFileFunction · 0.45
MongoDisconnectMethod · 0.45
RewindMethod · 0.45
ClosePrepStmtMethod · 0.45
JdbcDisconnectMethod · 0.45
GetColumnsMethod · 0.45
GetTablesMethod · 0.45
ExecuteMethod · 0.45
ExecuteQueryMethod · 0.45

Calls 1

unzCloseFunction · 0.85

Tested by

no test coverage detected