Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dconnection.c386 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()
501 if (!pysqlite_check_thread(self)) { in pysqlite_connection_close_impl()
555 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 …]
Dblob.c63 !pysqlite_check_thread(self->connection)) { in check_blob()
87 !pysqlite_check_thread(self->connection)) in blob_close_impl()
Dconnection.h102 int pysqlite_check_thread(pysqlite_Connection* self);
Dcursor.c115 if (!pysqlite_check_thread(self->connection)) { in pysqlite_cursor_init_impl()
474 return (pysqlite_check_thread(cur->connection) in check_cursor()
1303 if (!pysqlite_check_thread(self->connection) || !pysqlite_check_connection(self->connection)) { in pysqlite_cursor_close_impl()
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dconnection.c336 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) { in pysqlite_connection_cursor()
370 if (!pysqlite_check_thread(self)) { in pysqlite_connection_close()
465 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 …]
Dcursor.c105 if (!pysqlite_check_thread(self->connection)) { in pysqlite_cursor_init()
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()
Dconnection.h133 int pysqlite_check_thread(pysqlite_Connection* self);