Searched refs:pysqlite_step (Results 1 – 4 of 4) sorted by relevance
32 int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection);
27 int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection) in pysqlite_step() function
544 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()
424 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()