Searched refs:SQLITE3_CLOSE (Results 1 – 2 of 2) sorted by relevance
43 #define SQLITE3_CLOSE sqlite3_close_v2 macro45 #define SQLITE3_CLOSE sqlite3_close macro
253 SQLITE3_CLOSE(self->db); in pysqlite_connection_dealloc()346 rc = SQLITE3_CLOSE(self->db); in pysqlite_connection_close()