Home
last modified time | relevance | path

Searched refs:statement_cache (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/_sqlite/
H A Dconnection.h64 PyObject *statement_cache; member
H A Dconnection.c224 PyObject *statement_cache = new_statement_cache(self, state, cache_size); in pysqlite_connection_init_impl() local
225 if (statement_cache == NULL) { in pysqlite_connection_init_impl()
232 Py_DECREF(statement_cache); in pysqlite_connection_init_impl()
238 Py_DECREF(statement_cache); in pysqlite_connection_init_impl()
250 self->statement_cache = statement_cache; in pysqlite_connection_init_impl()
299 Py_VISIT(self->statement_cache); in connection_traverse()
323 Py_CLEAR(self->statement_cache); in connection_clear()
514 Py_CLEAR(self->statement_cache); in pysqlite_connection_close_impl()
H A Dcursor.c512 PyObject *cache = self->connection->statement_cache; in get_statement_from_cache()

Completed in 6 milliseconds