Home
last modified time | relevance | path

Searched refs:pysqlite_check_thread (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/_sqlite/
Dconnection.c540 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_cursor_impl()
593 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in blobopen_impl()
655 if (!pysqlite_check_thread(self)) { in pysqlite_connection_close_impl()
711 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_commit_impl()
745 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_rollback_impl()
1156 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_create_function_impl()
1300 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in create_window_function_impl()
1356 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_create_aggregate_impl()
1511 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_set_authorizer_impl()
1561 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_set_progress_handler_impl()
[all …]
Dconnection.h108 int pysqlite_check_thread(pysqlite_Connection* self);
Dblob.c67 !pysqlite_check_thread(self->connection)) { in check_blob()
91 !pysqlite_check_thread(self->connection)) in blob_close_impl()
Dcursor.c121 if (!pysqlite_check_thread(self->connection)) { in pysqlite_cursor_init_impl()
476 return (pysqlite_check_thread(cur->connection) in check_cursor()
1289 if (!pysqlite_check_thread(self->connection) || !pysqlite_check_connection(self->connection)) { in pysqlite_cursor_close_impl()