Searched refs:hash_entry (Results 1 – 3 of 3) sorted by relevance
49 typedef struct hash_entry hash_entry; typedef134 struct hash_entry { struct261 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()[all …]
38 typedef bool (*hash_map_iter_cb)(hash_map_entry_t *hash_entry, void *context);
93 static bool background_connections_pending_cb(hash_map_entry_t *hash_entry, void *context) { in background_connections_pending_cb() argument95 background_connection_t *connection = hash_entry->data; in background_connections_pending_cb()