Lines Matching defs:objects
25 HASH_TABLE(char *, struct acl_object_cache *) objects;
51 hash_table_create(&cache->objects, default_pool, 0, str_hash, strcmp);
67 hash_table_destroy(&cache->objects);
169 obj_cache = hash_table_lookup(cache->objects, objname);
171 hash_table_remove(cache->objects, objname);
182 iter = hash_table_iterate_init(cache->objects);
183 while (hash_table_iterate(iter, cache->objects, &key, &obj_cache))
187 hash_table_clear(cache->objects, FALSE);
274 obj_cache = hash_table_lookup(cache->objects, objname);
279 hash_table_insert(cache->objects, obj_cache->name, obj_cache);
333 obj_cache = hash_table_lookup(cache->objects, objname);
375 obj_cache = hash_table_lookup(cache->objects, objname);