Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dstatement.h55 void pysqlite_statement_mark_dirty(pysqlite_Statement* self);
Dcursor.c511 pysqlite_statement_mark_dirty(self->statement); in _pysqlite_query_execute()
531 pysqlite_statement_mark_dirty(self->statement); in _pysqlite_query_execute()
Dstatement.c358 void pysqlite_statement_mark_dirty(pysqlite_Statement* self) in pysqlite_statement_mark_dirty() function
/external/python/cpython2/Modules/_sqlite/
Dstatement.h55 void pysqlite_statement_mark_dirty(pysqlite_Statement* self);
Dcursor.c582 pysqlite_statement_mark_dirty(self->statement); in _pysqlite_query_execute()
626 pysqlite_statement_mark_dirty(self->statement); in _pysqlite_query_execute()
Dstatement.c408 void pysqlite_statement_mark_dirty(pysqlite_Statement* self) in pysqlite_statement_mark_dirty() function