File size: 988 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
[
  {
    "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"
  }
]