Lines Matching defs:configuration_entry
63 struct configuration_entry {
69 * configuration_entry holds pointers for all actual cache_entries,
99 struct configuration_entry **entries;
123 struct configuration_entry *);
124 struct configuration_entry *create_def_configuration_entry(const char *);
125 void destroy_configuration_entry(struct configuration_entry *);
127 struct configuration_entry *configuration_get_entry(struct configuration *,
129 struct configuration_entry *configuration_find_entry(struct configuration *,
132 int configuration_entry_add_mp_cache_entry(struct configuration_entry *,
135 struct configuration_entry *, const char *);
136 int configuration_entry_find_mp_cache_entries(struct configuration_entry *,
143 void configuration_lock_entry(struct configuration_entry *,
145 void configuration_unlock_entry(struct configuration_entry *,