Searched refs:right_name_idx_map (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/acl/
H A Dacl-cache.c36 HASH_TABLE(char *, void *) right_name_idx_map; member in struct:acl_cache
52 hash_table_create(&cache->right_name_idx_map,
66 hash_table_destroy(&cache->right_name_idx_map);
148 /* use +1 for right_name_idx_map values because we can't add NULL
150 idx_p = hash_table_lookup(cache->right_name_idx_map, right);
157 hash_table_insert(cache->right_name_idx_map, name,

Completed in 11 milliseconds