File size: 1,102 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": "sqlite3HashClear",
    "function_signature": "void sqlite3HashClear(Hash *pH)",
    "test_filename": "tests_hash_sqlite3HashClear.c"
  },
  {
    "function_name": "strHash",
    "function_signature": "static unsigned int strHash(const char *z)",
    "test_filename": "tests_hash_strHash.c"
  },
  {
    "function_name": "insertElement",
    "function_signature": "static void insertElement(\n  Hash *pH,              /* The complete hash table */\n  struct _ht *pEntry,    /* The entry into which pNew is inserted */\n  HashElem *pNew         /* The element to be inserted */\n)",
    "test_filename": "tests_hash_insertElement.c"
  },
  {
    "function_name": "rehash",
    "function_signature": "static int rehash(Hash *pH, unsigned int new_size)",
    "test_filename": "tests_hash_rehash.c"
  },
  {
    "function_name": "removeElement",
    "function_signature": "static void removeElement(\n  Hash *pH,         /* The pH containing \"elem\" */\n  HashElem *elem    /* The element to be removed from the pH */\n)",
    "test_filename": "tests_hash_removeElement.c"
  }
]