Home
last modified time | relevance | path

Searched refs:pysqlite_statement_mark_dirty (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/_sqlite/
Dstatement.h52 void pysqlite_statement_mark_dirty(pysqlite_Statement* self);
Dcursor.c517 pysqlite_statement_mark_dirty(self->statement); in _pysqlite_query_execute()
537 pysqlite_statement_mark_dirty(self->statement); in _pysqlite_query_execute()
Dstatement.c387 void pysqlite_statement_mark_dirty(pysqlite_Statement* self) in pysqlite_statement_mark_dirty() function