Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dutil.h32 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.c544 rc = pysqlite_step(self->statement->st, self->connection); in _pysqlite_query_execute()
739 rc = pysqlite_step(statement, self->connection); in pysqlite_cursor_executescript()
811 rc = pysqlite_step(self->statement->st, self->connection); in pysqlite_cursor_iternext()
Dconnection.c424 rc = pysqlite_step(statement, self); in _pysqlite_connection_begin()
472 rc = pysqlite_step(statement, self); in pysqlite_connection_commit_impl()
522 rc = pysqlite_step(statement, self); in pysqlite_connection_rollback_impl()
/external/python/cpython2/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.c636 rc = pysqlite_step(self->statement->st, self->connection); in _pysqlite_query_execute()
835 rc = pysqlite_step(statement, self->connection); in pysqlite_cursor_executescript()
907 rc = pysqlite_step(self->statement->st, self->connection); in pysqlite_cursor_iternext()
Dconnection.c435 rc = pysqlite_step(statement, self); in _pysqlite_connection_begin()
479 rc = pysqlite_step(statement, self); in pysqlite_connection_commit()
525 rc = pysqlite_step(statement, self); in pysqlite_connection_rollback()