Searched refs:hashtab (Results 1 – 4 of 4) sorted by relevance
111 HashTab *hashtab; in hnj_hash_new() local114 hashtab = hnj_malloc (sizeof(HashTab)); in hnj_hash_new()116 hashtab->entries[i] = NULL; in hnj_hash_new()118 return hashtab; in hnj_hash_new()122 hnj_hash_free (HashTab *hashtab) in hnj_hash_free() argument128 for (e = hashtab->entries[i]; e; e = next) in hnj_hash_free()135 hnj_free (hashtab); in hnj_hash_free()140 hnj_hash_insert (HashTab *hashtab, const char *key, int val) in hnj_hash_insert() argument147 e->next = hashtab->entries[i]; in hnj_hash_insert()150 hashtab->entries[i] = e; in hnj_hash_insert()[all …]
92 HashTab *hashtab;109 hashtab = hnj_hash_new ();
21 !11 = metadata !{metadata !"hashtab.c", metadata !"/usr/src/gnu/usr.bin/cc/cc_tools/../../../../con…
19 src/hashtab.c \