Home
last modified time | relevance | path

Searched refs:_pysqlite_seterror (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/_sqlite/
Dconnection.c121 _pysqlite_seterror(self->db, NULL); in pysqlite_connection_init()
379 _pysqlite_seterror(self->db, NULL); in pysqlite_connection_close_impl()
420 _pysqlite_seterror(self->db, statement); in _pysqlite_connection_begin()
426 _pysqlite_seterror(self->db, statement); in _pysqlite_connection_begin()
434 _pysqlite_seterror(self->db, NULL); in _pysqlite_connection_begin()
468 _pysqlite_seterror(self->db, NULL); in pysqlite_connection_commit_impl()
474 _pysqlite_seterror(self->db, statement); in pysqlite_connection_commit_impl()
481 _pysqlite_seterror(self->db, NULL); in pysqlite_connection_commit_impl()
518 _pysqlite_seterror(self->db, NULL); in pysqlite_connection_rollback_impl()
524 _pysqlite_seterror(self->db, statement); in pysqlite_connection_rollback_impl()
[all …]
Dutil.h38 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st);
Dcursor.c555 _pysqlite_seterror(self->connection->db, NULL); in _pysqlite_query_execute()
733 _pysqlite_seterror(self->connection->db, NULL); in pysqlite_cursor_executescript()
748 _pysqlite_seterror(self->connection->db, NULL); in pysqlite_cursor_executescript()
754 _pysqlite_seterror(self->connection->db, NULL); in pysqlite_cursor_executescript()
820 _pysqlite_seterror(self->connection->db, NULL); in pysqlite_cursor_iternext()
Dutil.c42 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st) in _pysqlite_seterror() function
Dstatement.c117 _pysqlite_seterror(self->db, NULL); in pysqlite_statement_create()