| [ | |
| { | |
| "function_name": "memdbClose", | |
| "function_signature": "static int memdbClose(sqlite3_file *pFile)", | |
| "test_filename": "tests_memdb_memdbClose.c" | |
| }, | |
| { | |
| "function_name": "memdbRead", | |
| "function_signature": "static int memdbRead(\n sqlite3_file *pFile, \n void *zBuf, \n int iAmt, \n sqlite_int64 iOfst\n)", | |
| "test_filename": "tests_memdb_memdbRead.c" | |
| }, | |
| { | |
| "function_name": "memdbEnlarge", | |
| "function_signature": "static int memdbEnlarge(MemStore *p, sqlite3_int64 newSz)", | |
| "test_filename": "tests_memdb_memdbEnlarge.c" | |
| }, | |
| { | |
| "function_name": "memdbWrite", | |
| "function_signature": "static int memdbWrite(\n sqlite3_file *pFile,\n const void *z,\n int iAmt,\n sqlite_int64 iOfst\n)", | |
| "test_filename": "tests_memdb_memdbWrite.c" | |
| }, | |
| { | |
| "function_name": "memdbTruncate", | |
| "function_signature": "static int memdbTruncate(sqlite3_file *pFile, sqlite_int64 size)", | |
| "test_filename": "tests_memdb_memdbTruncate.c" | |
| }, | |
| { | |
| "function_name": "memdbLock", | |
| "function_signature": "static int memdbLock(sqlite3_file *pFile, int eLock)", | |
| "test_filename": "tests_memdb_memdbLock.c" | |
| }, | |
| { | |
| "function_name": "memdbUnlock", | |
| "function_signature": "static int memdbUnlock(sqlite3_file *pFile, int eLock)", | |
| "test_filename": "tests_memdb_memdbUnlock.c" | |
| }, | |
| { | |
| "function_name": "memdbFileControl", | |
| "function_signature": "static int memdbFileControl(sqlite3_file *pFile, int op, void *pArg)", | |
| "test_filename": "tests_memdb_memdbFileControl.c" | |
| }, | |
| { | |
| "function_name": "memdbFetch", | |
| "function_signature": "static int memdbFetch(\n sqlite3_file *pFile,\n sqlite3_int64 iOfst,\n int iAmt,\n void **pp\n)", | |
| "test_filename": "tests_memdb_memdbFetch.c" | |
| }, | |
| { | |
| "function_name": "memdbOpen", | |
| "function_signature": "static int memdbOpen(\n sqlite3_vfs *pVfs,\n const char *zName,\n sqlite3_file *pFd,\n int flags,\n int *pOutFlags\n)", | |
| "test_filename": "tests_memdb_memdbOpen.c" | |
| }, | |
| { | |
| "function_name": "memdbAccess", | |
| "function_signature": "static int memdbAccess(\n sqlite3_vfs *pVfs, \n const char *zPath, \n int flags, \n int *pResOut\n)", | |
| "test_filename": "tests_memdb_memdbAccess.c" | |
| }, | |
| { | |
| "function_name": "memdbFullPathname", | |
| "function_signature": "static int memdbFullPathname(\n sqlite3_vfs *pVfs, \n const char *zPath, \n int nOut, \n char *zOut\n)", | |
| "test_filename": "tests_memdb_memdbFullPathname.c" | |
| }, | |
| { | |
| "function_name": "sqlite3_deserialize", | |
| "function_signature": "int sqlite3_deserialize(\n sqlite3 *db, /* The database connection */\n const char *zSchema, /* Which DB to reopen with the deserialization */\n unsigned char *pData, /* The serialized database content */\n sqlite3_int64 szDb, /* Number bytes in the deserialization */\n sqlite3_int64 szBuf, /* Total size of buffer pData[] */\n unsigned mFlags /* Zero or more SQLITE_DESERIALIZE_* flags */\n)", | |
| "test_filename": "tests_memdb_sqlite3_deserialize.c" | |
| }, | |
| { | |
| "function_name": "sqlite3MemdbInit", | |
| "function_signature": "int sqlite3MemdbInit(void)", | |
| "test_filename": "tests_memdb_sqlite3MemdbInit.c" | |
| } | |
| ] |