Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
H A Dconnection.h72 int created_cursors; member
H A Dconnection.c253 self->created_cursors = 0; in pysqlite_connection_init_impl()
911 if (self->created_cursors++ < 200) { in _pysqlite_drop_unused_cursor_references()
915 self->created_cursors = 0; in _pysqlite_drop_unused_cursor_references()

Completed in 4 milliseconds