sqlite / injectable_functions /notify_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
7510827 verified
[
{
"function_name": "checkListProperties",
"function_signature": "static void checkListProperties(sqlite3 *db)",
"test_filename": "tests_notify_checkListProperties.c"
},
{
"function_name": "removeFromBlockedList",
"function_signature": "static void removeFromBlockedList(sqlite3 *db)",
"test_filename": "tests_notify_removeFromBlockedList.c"
},
{
"function_name": "addToBlockedList",
"function_signature": "static void addToBlockedList(sqlite3 *db)",
"test_filename": "tests_notify_addToBlockedList.c"
},
{
"function_name": "sqlite3_unlock_notify",
"function_signature": "int sqlite3_unlock_notify(\n sqlite3 *db,\n void (*xNotify)(void **, int),\n void *pArg\n)",
"test_filename": "tests_notify_sqlite3_unlock_notify.c"
},
{
"function_name": "sqlite3ConnectionUnlocked",
"function_signature": "void sqlite3ConnectionUnlocked(sqlite3 *db)",
"test_filename": "tests_notify_sqlite3ConnectionUnlocked.c"
}
]