RowSet 7602 third_party/sqlite/amalgamation/sqlite3.c typedef struct RowSet RowSet; RowSet 11036 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE RowSet *sqlite3RowSetInit(sqlite3*, void*, unsigned int); RowSet 11037 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3RowSetClear(RowSet*); RowSet 11038 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3RowSetInsert(RowSet*, i64); RowSet 11039 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3RowSetTest(RowSet*, u8 iBatch, i64); RowSet 11040 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3RowSetNext(RowSet*, i64*); RowSet 12359 third_party/sqlite/amalgamation/sqlite3.c RowSet *pRowSet; /* Used only when flags==MEM_RowSet */ RowSet 36011 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE RowSet *sqlite3RowSetInit(sqlite3 *db, void *pSpace, unsigned int N){ RowSet 36012 third_party/sqlite/amalgamation/sqlite3.c RowSet *p; RowSet 36032 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3RowSetClear(RowSet *p){ RowSet 36052 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3RowSetInsert(RowSet *p, i64 rowid){ RowSet 36126 third_party/sqlite/amalgamation/sqlite3.c static void rowSetSort(RowSet *p){ RowSet 36247 third_party/sqlite/amalgamation/sqlite3.c static void rowSetToList(RowSet *p){ RowSet 36267 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3RowSetNext(RowSet *p, i64 *pRowid){ RowSet 36285 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid){ RowSet 126 third_party/sqlite/src/src/rowset.c RowSet *sqlite3RowSetInit(sqlite3 *db, void *pSpace, unsigned int N){ RowSet 127 third_party/sqlite/src/src/rowset.c RowSet *p; RowSet 147 third_party/sqlite/src/src/rowset.c void sqlite3RowSetClear(RowSet *p){ RowSet 167 third_party/sqlite/src/src/rowset.c void sqlite3RowSetInsert(RowSet *p, i64 rowid){ RowSet 241 third_party/sqlite/src/src/rowset.c static void rowSetSort(RowSet *p){ RowSet 362 third_party/sqlite/src/src/rowset.c static void rowSetToList(RowSet *p){ RowSet 382 third_party/sqlite/src/src/rowset.c int sqlite3RowSetNext(RowSet *p, i64 *pRowid){ RowSet 400 third_party/sqlite/src/src/rowset.c int sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid){ RowSet 622 third_party/sqlite/src/src/sqliteInt.h typedef struct RowSet RowSet; RowSet 2691 third_party/sqlite/src/src/sqliteInt.h RowSet *sqlite3RowSetInit(sqlite3*, void*, unsigned int); RowSet 2692 third_party/sqlite/src/src/sqliteInt.h void sqlite3RowSetClear(RowSet*); RowSet 2693 third_party/sqlite/src/src/sqliteInt.h void sqlite3RowSetInsert(RowSet*, i64); RowSet 2694 third_party/sqlite/src/src/sqliteInt.h int sqlite3RowSetTest(RowSet*, u8 iBatch, i64); RowSet 2695 third_party/sqlite/src/src/sqliteInt.h int sqlite3RowSetNext(RowSet*, i64*); RowSet 145 third_party/sqlite/src/src/vdbeInt.h RowSet *pRowSet; /* Used only when flags==MEM_RowSet */