Searched refs:_pysqlite_seterror (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Modules/_sqlite/ |
D | connection.c | 121 _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 …]
|
D | util.h | 38 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st);
|
D | cursor.c | 555 _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()
|
D | util.c | 42 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st) in _pysqlite_seterror() function
|
D | statement.c | 117 _pysqlite_seterror(self->db, NULL); in pysqlite_statement_create()
|