CoolFace
Modelpublic

AryaWu/sqlite

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
rowset_injectable_functions.json27 linesDownload Raw Back to injectable_functions
1[2  {3    "function_name": "sqlite3RowSetClear",4    "function_signature": "void sqlite3RowSetClear(void *pArg)",5    "test_filename": "tests_rowset_sqlite3RowSetClear.c"6  },7  {8    "function_name": "sqlite3RowSetInsert",9    "function_signature": "void sqlite3RowSetInsert(RowSet *p, i64 rowid)",10    "test_filename": "tests_rowset_sqlite3RowSetInsert.c"11  },12  {13    "function_name": "rowSetTreeToList",14    "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)",15    "test_filename": "tests_rowset_rowSetTreeToList.c"16  },17  {18    "function_name": "sqlite3RowSetNext",19    "function_signature": "int sqlite3RowSetNext(RowSet *p, i64 *pRowid)",20    "test_filename": "tests_rowset_sqlite3RowSetNext.c"21  },22  {23    "function_name": "sqlite3RowSetTest",24    "function_signature": "int sqlite3RowSetTest(RowSet *pRowSet, int iBatch, sqlite3_int64 iRowid)",25    "test_filename": "tests_rowset_sqlite3RowSetTest.c"26  }27]