File size: 1,959 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 28 29 30 31 32 33 34 35 36 37 |
[
{
"function_name": "sqlite3StatusUp",
"function_signature": "void sqlite3StatusUp(int op, int N)",
"test_filename": "tests_status_sqlite3StatusUp.c"
},
{
"function_name": "sqlite3StatusHighwater",
"function_signature": "void sqlite3StatusHighwater(int op, int X)",
"test_filename": "tests_status_sqlite3StatusHighwater.c"
},
{
"function_name": "sqlite3_status64",
"function_signature": "int sqlite3_status64(\n int op,\n sqlite3_int64 *pCurrent,\n sqlite3_int64 *pHighwater,\n int resetFlag\n)",
"test_filename": "tests_status_sqlite3_status64.c"
},
{
"function_name": "sqlite3_status",
"function_signature": "int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag)",
"test_filename": "tests_status_sqlite3_status.c"
},
{
"function_name": "sqlite3LookasideUsed",
"function_signature": "int sqlite3LookasideUsed(sqlite3 *db, int *pHighwater)",
"test_filename": "tests_status_sqlite3LookasideUsed.c"
},
{
"function_name": "sqlite3_db_status64",
"function_signature": "int sqlite3_db_status64(\n sqlite3 *db, /* The database connection whose status is desired */\n int op, /* Status verb */\n sqlite3_int64 *pCurrent, /* Write current value here */\n sqlite3_int64 *pHighwtr, /* Write high-water mark here */\n int resetFlag /* Reset high-water mark if true */\n)",
"test_filename": "tests_status_sqlite3_db_status64.c"
},
{
"function_name": "sqlite3_db_status",
"function_signature": "int sqlite3_db_status(\n sqlite3 *db, /* The database connection whose status is desired */\n int op, /* Status verb */\n int *pCurrent, /* Write current value here */\n int *pHighwtr, /* Write high-water mark here */\n int resetFlag /* Reset high-water mark if true */\n)",
"test_filename": "tests_status_sqlite3_db_status.c"
}
] |