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

/freebsd-10-stable/usr.sbin/nscd/
H A Dconfig.h65 struct configuration_entry { struct
71 * configuration_entry holds pointers for all actual cache_entries,
101 struct configuration_entry **entries;
125 struct configuration_entry *);
126 struct configuration_entry *create_def_configuration_entry(const char *);
127 void destroy_configuration_entry(struct configuration_entry *);
129 struct configuration_entry *configuration_get_entry(struct configuration *,
131 struct configuration_entry *configuration_find_entry(struct configuration *,
134 int configuration_entry_add_mp_cache_entry(struct configuration_entry *,
137 struct configuration_entry *, cons
[all...]
H A Dconfig.c63 static struct configuration_entry *create_configuration_entry(const char *,
72 return (strcmp((*((struct configuration_entry **)e1))->name,
73 (*((struct configuration_entry **)e2))->name
81 (*((struct configuration_entry **)e2))->name
110 static struct configuration_entry *
118 struct configuration_entry *retval;
195 struct configuration_entry *
202 struct configuration_entry *res = NULL;
245 destroy_configuration_entry(struct configuration_entry *entry)
263 struct configuration_entry *entr
[all...]
H A Dquery.h38 struct configuration_entry;
55 struct configuration_entry *config_entry;
H A Dparser.c44 static struct configuration_entry *find_create_entry(struct configuration *,
92 static struct configuration_entry *
96 struct configuration_entry *entry = NULL;
119 struct configuration_entry *entry;
131 struct configuration_entry *entry;
153 struct configuration_entry *entry;
174 struct configuration_entry *entry;
191 struct configuration_entry *entry;
209 struct configuration_entry *entry;
230 struct configuration_entry *entr
[all...]
H A Dquery.c56 static void clear_config_entry(struct configuration_entry *);
57 static void clear_config_entry_part(struct configuration_entry *,
87 clear_config_entry(struct configuration_entry *config_entry)
121 clear_config_entry_part(struct configuration_entry *config_entry,
982 struct configuration_entry *config_entry;
H A Dnscd.c106 struct configuration_entry *config_entry;

Completed in 72 milliseconds