Home | History | Annotate | Download | only in rcorder

Lines Matching refs:Hash_Entry

143 	struct Hash_Entry **hp;
157 t->bucketPtr = hp = (struct Hash_Entry **)emalloc(sizeof(*hp) * i);
183 struct Hash_Entry **hp, *h, *nexth;
224 Hash_Entry *
227 Hash_Entry *e;
264 Hash_Entry *
267 Hash_Entry *e;
271 struct Hash_Entry **hp;
296 e = (Hash_Entry *) emalloc(sizeof(*e) + keylen);
328 Hash_DeleteEntry(Hash_Table *t, Hash_Entry *e)
330 Hash_Entry **hp, *p;
370 Hash_Entry *
398 Hash_Entry *
401 Hash_Entry *e;
445 Hash_Entry *e, *next, **hp, **xp;
447 Hash_Entry **oldhp;
456 t->bucketPtr = hp = (struct Hash_Entry **) emalloc(sizeof(*hp) * i);