Searched refs:pysqlite_check_connection (Results 1 – 7 of 7) sorted by relevance
386 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_cursor_impl()439 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in blobopen_impl()525 int pysqlite_check_connection(pysqlite_Connection* con) in pysqlite_check_connection() function555 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_commit_impl()592 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_rollback_impl()1010 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_create_function_impl()1165 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in create_window_function_impl()1220 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_create_aggregate_impl()1394 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_set_authorizer_impl()1437 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_set_progress_handler_impl()[all …]
62 if (!pysqlite_check_connection(self->connection) || in check_blob()86 if (!pysqlite_check_connection(self->connection) || in blob_close_impl()
103 int pysqlite_check_connection(pysqlite_Connection* con);
475 && pysqlite_check_connection(cur->connection) in check_cursor()1303 if (!pysqlite_check_thread(self->connection) || !pysqlite_check_connection(self->connection)) { in pysqlite_cursor_close_impl()
336 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_cursor()405 int pysqlite_check_connection(pysqlite_Connection* con) in pysqlite_check_connection() function465 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_commit()510 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_rollback()870 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_create_function()904 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_create_aggregate()1001 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_set_authorizer()1031 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_set_progress_handler()1059 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_enable_load_extension()1084 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_load_extension()[all …]
134 int pysqlite_check_connection(pysqlite_Connection* con);
434 return pysqlite_check_thread(cur->connection) && pysqlite_check_connection(cur->connection); in check_cursor()1022 if (!pysqlite_check_thread(self->connection) || !pysqlite_check_connection(self->connection)) { in pysqlite_cursor_close()