[ { "function_name": "sqlite3RowSetClear", "function_signature": "void sqlite3RowSetClear(void *pArg)", "test_filename": "tests_rowset_sqlite3RowSetClear.c" }, { "function_name": "sqlite3RowSetInsert", "function_signature": "void sqlite3RowSetInsert(RowSet *p, i64 rowid)", "test_filename": "tests_rowset_sqlite3RowSetInsert.c" }, { "function_name": "rowSetTreeToList", "function_signature": "static void rowSetTreeToList(\n struct RowSetEntry *pIn, /* Root of the input tree */\n struct RowSetEntry **ppFirst, /* Write head of the output list here */\n struct RowSetEntry **ppLast /* Write tail of the output list here */\n)", "test_filename": "tests_rowset_rowSetTreeToList.c" }, { "function_name": "sqlite3RowSetNext", "function_signature": "int sqlite3RowSetNext(RowSet *p, i64 *pRowid)", "test_filename": "tests_rowset_sqlite3RowSetNext.c" }, { "function_name": "sqlite3RowSetTest", "function_signature": "int sqlite3RowSetTest(RowSet *pRowSet, int iBatch, sqlite3_int64 iRowid)", "test_filename": "tests_rowset_sqlite3RowSetTest.c" } ]