Home
last modified time | relevance | path

Searched refs:SQLITE3_CLOSE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_sqlite/
Dutil.h43 #define SQLITE3_CLOSE sqlite3_close_v2 macro
45 #define SQLITE3_CLOSE sqlite3_close macro
Dconnection.c253 SQLITE3_CLOSE(self->db); in pysqlite_connection_dealloc()
346 rc = SQLITE3_CLOSE(self->db); in pysqlite_connection_close()