Lines Matching refs:rowcount
100 self->rowcount = -1L;
542 /* reset description and rowcount */
545 self->rowcount = -1L;
719 if (self->rowcount == -1L) {
720 self->rowcount = 0L;
722 self->rowcount += (long)sqlite3_changes(self->connection->db);
761 self->rowcount = -1L;
1065 {"rowcount", T_LONG, offsetof(pysqlite_Cursor, rowcount), RO},