File size: 1,140 Bytes
7510827
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
  {
    "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"
  }
]