Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.h80 int created_cursors; member
Dconnection.c164 self->created_cursors = 0; in pysqlite_connection_init()
823 if (self->created_cursors++ < 200) { in _pysqlite_drop_unused_cursor_references()
827 self->created_cursors = 0; in _pysqlite_drop_unused_cursor_references()