Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dconnection.h76 int created_cursors; member
Dconnection.c146 self->created_cursors = 0; in pysqlite_connection_init()
846 if (self->created_cursors++ < 200) { in _pysqlite_drop_unused_cursor_references()
850 self->created_cursors = 0; in _pysqlite_drop_unused_cursor_references()