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

/freebsd-current/usr.sbin/nscd/
H A Dconfig.h63 struct configuration_entry { struct
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 *, cons
[all...]
H A Dconfig.c61 static struct configuration_entry *create_configuration_entry(const char *,
70 return (strcmp((*((struct configuration_entry **)e1))->name,
71 (*((struct configuration_entry **)e2))->name
79 (*((struct configuration_entry **)e2))->name
108 static struct configuration_entry *
116 struct configuration_entry *retval;
193 struct configuration_entry *
200 struct configuration_entry *res = NULL;
243 destroy_configuration_entry(struct configuration_entry *entry)
261 struct configuration_entry *entr
[all...]
H A Dquery.h36 struct configuration_entry;
53 struct configuration_entry *config_entry;
H A Dparser.c42 static struct configuration_entry *find_create_entry(struct configuration *,
90 static struct configuration_entry *
94 struct configuration_entry *entry = NULL;
117 struct configuration_entry *entry;
129 struct configuration_entry *entry;
151 struct configuration_entry *entry;
172 struct configuration_entry *entry;
189 struct configuration_entry *entry;
207 struct configuration_entry *entry;
228 struct configuration_entry *entr
[all...]
H A Dquery.c53 static void clear_config_entry(struct configuration_entry *);
54 static void clear_config_entry_part(struct configuration_entry *,
84 clear_config_entry(struct configuration_entry *config_entry)
118 clear_config_entry_part(struct configuration_entry *config_entry,
979 struct configuration_entry *config_entry;
H A Dnscd.c103 struct configuration_entry *config_entry;

Completed in 188 milliseconds