Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.h127 PyObject* pysqlite_connection_commit(pysqlite_Connection* self, PyObject* args);
Dconnection.c449 PyObject* pysqlite_connection_commit(pysqlite_Connection* self, PyObject* args) in pysqlite_connection_commit() function
1137 res = pysqlite_connection_commit(self, NULL); in pysqlite_connection_set_isolation_level()
1564 {"commit", (PyCFunction)pysqlite_connection_commit, METH_NOARGS,
Dcursor.c617 result = pysqlite_connection_commit(self->connection, NULL); in _pysqlite_query_execute()
824 result = pysqlite_connection_commit(self->connection, NULL); in pysqlite_cursor_executescript()