Lines Matching refs:name_hash
121 struct name_hash struct
123 struct name_hash * next; argument
129 static struct name_hash * name_hash_table[NR_NAME_HASH] = {0,}; argument
134 static unsigned int FDECL1(name_hash, const char *, name) in FDECL1() argument
159 struct name_hash * new; in FDECL1()
162 new = (struct name_hash *) e_malloc(sizeof(struct name_hash)); in FDECL1()
165 hash = name_hash(de->isorec.name); in FDECL1()
174 struct name_hash * nh; in FDECL1()
178 for(nh = name_hash_table[name_hash(name)]; nh; nh = nh->next) in FDECL1()
212 struct name_hash * nh, *prev; in FDECL1()
216 hash = name_hash(de->isorec.name); in FDECL1()
231 struct name_hash * nh, *nh1; in flush_file_hash()