| [ | |
| { | |
| "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" | |
| } | |
| ] |