Lines Matching refs:hash_entry
49 typedef struct hash_entry hash_entry; typedef
134 struct hash_entry { struct
261 hash_entry *h = list_entry(e, typeof(*h), listify); in line_order_list_freefn()
625 hash_entry *e; in rule_map_validate()
972 hash_entry *entry; in rule_add()
973 hash_entry *tmp; in rule_add()
989 tmp = (hash_entry *)f->data; in rule_add()
1001 entry = malloc(sizeof(hash_entry)); in rule_add()
1143 hash_entry *e; in validate()
1176 hash_entry *e; in output()
1185 e = list_entry(cursor, hash_entry, listify); in output()