Home
last modified time | relevance | path

Searched refs:hash_entry (Results 1 – 3 of 3) sorted by relevance

/system/sepolicy/tools/
Dcheck_seapp.c49 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()
[all …]
/system/bt/osi/include/
Dhash_map.h38 typedef bool (*hash_map_iter_cb)(hash_map_entry_t *hash_entry, void *context);
/system/bt/stack/btm/
Dbtm_ble_bgconn.c93 static bool background_connections_pending_cb(hash_map_entry_t *hash_entry, void *context) { in background_connections_pending_cb() argument
95 background_connection_t *connection = hash_entry->data; in background_connections_pending_cb()