Searched defs:am_conf_entry (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dadmin.c69 struct am_conf_entry { struct
73 struct am_conf_entry *next;
284 static int am_read_instances(const char *path, struct am_conf_entry **list) {
295 struct am_conf_entry *e = malloc(sizeof(struct am_conf_entry));
1891 static void delete_conf_entry_list(struct am_conf_entry **list) {
1892 struct am_conf_entry *t = *list;
1901 struct am_conf_entry *list = NULL, *e, *t;
1922 struct am_conf_entry *list = NULL, *e, *t;
2030 struct am_conf_entry *lis
[all...]

Completed in 26 milliseconds