AryaWu/sqlite
0
1[2 {3 "function_name": "blobSeekToRow",4 "function_signature": "static int blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr)",5 "test_filename": "tests_vdbeblob_blobSeekToRow.c"6 },7 {8 "function_name": "sqlite3_blob_open",9 "function_signature": "int sqlite3_blob_open(\n sqlite3* db, /* The database connection */\n const char *zDb, /* The attached database containing the blob */\n const char *zTable, /* The table containing the blob */\n const char *zColumn, /* The column containing the blob */\n sqlite_int64 iRow, /* The row containing the glob */\n int wrFlag, /* True -> read/write access, false -> read-only */\n sqlite3_blob **ppBlob /* Handle for accessing the blob returned here */\n)",10 "test_filename": "tests_vdbeblob_sqlite3_blob_open.c"11 },12 {13 "function_name": "sqlite3_blob_close",14 "function_signature": "int sqlite3_blob_close(sqlite3_blob *pBlob)",15 "test_filename": "tests_vdbeblob_sqlite3_blob_close.c"16 },17 {18 "function_name": "blobReadWrite",19 "function_signature": "static int blobReadWrite(\n sqlite3_blob *pBlob, \n void *z, \n int n, \n int iOffset, \n int (*xCall)(BtCursor*, u32, u32, void*)\n)",20 "test_filename": "tests_vdbeblob_blobReadWrite.c"21 },22 {23 "function_name": "sqlite3_blob_reopen",24 "function_signature": "int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow)",25 "test_filename": "tests_vdbeblob_sqlite3_blob_reopen.c"26 }27]