AryaWu/sqlite
0
1[2 {3 "function_name": "carrayConnect",4 "function_signature": "static int carrayConnect(\n sqlite3 *db,\n void *pAux,\n int argc, const char *const*argv,\n sqlite3_vtab **ppVtab,\n char **pzErr\n)",5 "test_filename": "tests_carray_carrayConnect.c"6 },7 {8 "function_name": "carrayColumn",9 "function_signature": "static int carrayColumn(\n sqlite3_vtab_cursor *cur, /* The cursor */\n sqlite3_context *ctx, /* First argument to sqlite3_result_...() */\n int i /* Which column to return */\n)",10 "test_filename": "tests_carray_carrayColumn.c"11 },12 {13 "function_name": "carrayFilter",14 "function_signature": "static int carrayFilter(\n sqlite3_vtab_cursor *pVtabCursor, \n int idxNum, const char *idxStr,\n int argc, sqlite3_value **argv\n)",15 "test_filename": "tests_carray_carrayFilter.c"16 },17 {18 "function_name": "carrayBestIndex",19 "function_signature": "static int carrayBestIndex(\n sqlite3_vtab *tab,\n sqlite3_index_info *pIdxInfo\n)",20 "test_filename": "tests_carray_carrayBestIndex.c"21 },22 {23 "function_name": "sqlite3_carray_bind",24 "function_signature": "SQLITE_API int sqlite3_carray_bind(\n sqlite3_stmt *pStmt,\n int idx,\n void *aData,\n int nData,\n int mFlags,\n void (*xDestroy)(void*)\n)",25 "test_filename": "tests_carray_sqlite3_carray_bind.c"26 }27]