Home
last modified time | relevance | path

Searched refs:pysqlite_step (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dutil.h31 int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection);
Dutil.c27 int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection) in pysqlite_step() function
Dcursor.c650 rc = pysqlite_step(self->statement->st, self->connection); in _pysqlite_query_execute()
846 rc = pysqlite_step(statement, self->connection); in pysqlite_cursor_executescript()
919 rc = pysqlite_step(self->statement->st, self->connection); in pysqlite_cursor_iternext()
Dconnection.c425 rc = pysqlite_step(statement, self); in _pysqlite_connection_begin()
470 rc = pysqlite_step(statement, self); in pysqlite_connection_commit()
516 rc = pysqlite_step(statement, self); in pysqlite_connection_rollback()