Home | History | Annotate | Download | only in _sqlite

Lines Matching refs:pysqlite_check_thread

106     if (!pysqlite_check_thread(self->connection)) {
435 return pysqlite_check_thread(cur->connection) && pysqlite_check_connection(cur->connection);
1018 if (!pysqlite_check_thread(self->connection) || !pysqlite_check_connection(self->connection)) {