Symbol: profile_node
crypto/krb5/src/util/profile/prof_file.c
264
struct profile_node *root = NULL;
crypto/krb5/src/util/profile/prof_int.h
121
(FILE *f, struct profile_node **root, char **ret_modspec);
crypto/krb5/src/util/profile/prof_int.h
124
(const char *dirname, struct profile_node **root);
crypto/krb5/src/util/profile/prof_int.h
127
(struct profile_node *root, FILE *dstfile);
crypto/krb5/src/util/profile/prof_int.h
130
(struct profile_node *root, char **buf);
crypto/krb5/src/util/profile/prof_int.h
136
(struct profile_node *relation);
crypto/krb5/src/util/profile/prof_int.h
140
struct profile_node **ret_node);
crypto/krb5/src/util/profile/prof_int.h
142
struct profile_node *profile_copy_node
crypto/krb5/src/util/profile/prof_int.h
143
(struct profile_node *oldnode);
crypto/krb5/src/util/profile/prof_int.h
146
(struct profile_node *node);
crypto/krb5/src/util/profile/prof_int.h
149
(struct profile_node *section,
crypto/krb5/src/util/profile/prof_int.h
151
struct profile_node **ret_node);
crypto/krb5/src/util/profile/prof_int.h
154
(struct profile_node *node);
crypto/krb5/src/util/profile/prof_int.h
157
(struct profile_node *node);
crypto/krb5/src/util/profile/prof_int.h
160
(struct profile_node *node);
crypto/krb5/src/util/profile/prof_int.h
163
(struct profile_node *node);
crypto/krb5/src/util/profile/prof_int.h
166
(struct profile_node *section,
crypto/krb5/src/util/profile/prof_int.h
169
struct profile_node **node);
crypto/krb5/src/util/profile/prof_int.h
172
(struct profile_node *section,
crypto/krb5/src/util/profile/prof_int.h
177
(struct profile_node *section,
crypto/krb5/src/util/profile/prof_int.h
179
char **ret_name, struct profile_node **subsection);
crypto/krb5/src/util/profile/prof_int.h
182
(struct profile_node *section,
crypto/krb5/src/util/profile/prof_int.h
183
struct profile_node **parent);
crypto/krb5/src/util/profile/prof_int.h
186
(struct profile_node *section, const char *name);
crypto/krb5/src/util/profile/prof_int.h
189
(struct profile_node *section, void **state,
crypto/krb5/src/util/profile/prof_int.h
200
(void **iter_p, struct profile_node **ret_node,
crypto/krb5/src/util/profile/prof_int.h
204
(struct profile_node *node);
crypto/krb5/src/util/profile/prof_int.h
207
(struct profile_node *node, const char *new_value);
crypto/krb5/src/util/profile/prof_int.h
210
(struct profile_node *node, const char *new_name);
crypto/krb5/src/util/profile/prof_int.h
33
struct profile_node *root;
crypto/krb5/src/util/profile/prof_parse.c
216
struct profile_node *root_section)
crypto/krb5/src/util/profile/prof_parse.c
26
struct profile_node *root_section;
crypto/krb5/src/util/profile/prof_parse.c
265
struct profile_node *root_section)
crypto/krb5/src/util/profile/prof_parse.c
27
struct profile_node *current_section;
crypto/krb5/src/util/profile/prof_parse.c
415
errcode_t profile_parse_file(FILE *f, struct profile_node **root,
crypto/krb5/src/util/profile/prof_parse.c
441
struct profile_node **root)
crypto/krb5/src/util/profile/prof_parse.c
444
struct profile_node *node;
crypto/krb5/src/util/profile/prof_parse.c
528
static void dump_profile(struct profile_node *root, int level,
crypto/krb5/src/util/profile/prof_parse.c
532
struct profile_node *p;
crypto/krb5/src/util/profile/prof_parse.c
590
errcode_t profile_write_tree_file(struct profile_node *root, FILE *dstfile)
crypto/krb5/src/util/profile/prof_parse.c
628
errcode_t profile_write_tree_to_buffer(struct profile_node *root,
crypto/krb5/src/util/profile/prof_parse.c
80
struct profile_node *node;
crypto/krb5/src/util/profile/prof_set.c
138
struct profile_node *section, *node;
crypto/krb5/src/util/profile/prof_set.c
191
struct profile_node *section, *node;
crypto/krb5/src/util/profile/prof_set.c
248
struct profile_node *section;
crypto/krb5/src/util/profile/prof_set.c
81
struct profile_node *section, *node;
crypto/krb5/src/util/profile/prof_tree.c
117
struct profile_node *profile_copy_node(struct profile_node *oldnode)
crypto/krb5/src/util/profile/prof_tree.c
119
struct profile_node *node = NULL, *p, *q, **nextp, *last;
crypto/krb5/src/util/profile/prof_tree.c
165
errcode_t profile_verify_node(struct profile_node *node)
crypto/krb5/src/util/profile/prof_tree.c
167
struct profile_node *p, *last;
crypto/krb5/src/util/profile/prof_tree.c
196
errcode_t profile_add_node(struct profile_node *section, const char *name,
crypto/krb5/src/util/profile/prof_tree.c
198
struct profile_node **ret_node)
crypto/krb5/src/util/profile/prof_tree.c
201
struct profile_node *p, *last, *new;
crypto/krb5/src/util/profile/prof_tree.c
255
errcode_t profile_make_node_final(struct profile_node *node)
crypto/krb5/src/util/profile/prof_tree.c
266
int profile_is_node_final(struct profile_node *node)
crypto/krb5/src/util/profile/prof_tree.c
276
const char *profile_get_node_name(struct profile_node *node)
crypto/krb5/src/util/profile/prof_tree.c
286
const char *profile_get_node_value(struct profile_node *node)
crypto/krb5/src/util/profile/prof_tree.c
305
errcode_t profile_find_node(struct profile_node *section, const char *name,
crypto/krb5/src/util/profile/prof_tree.c
307
struct profile_node **node)
crypto/krb5/src/util/profile/prof_tree.c
309
struct profile_node *p;
crypto/krb5/src/util/profile/prof_tree.c
38
struct profile_node *first_child;
crypto/krb5/src/util/profile/prof_tree.c
381
errcode_t profile_find_node_relation(struct profile_node *section,
crypto/krb5/src/util/profile/prof_tree.c
386
struct profile_node *p;
crypto/krb5/src/util/profile/prof_tree.c
39
struct profile_node *parent;
crypto/krb5/src/util/profile/prof_tree.c
40
struct profile_node *next, *prev;
crypto/krb5/src/util/profile/prof_tree.c
416
errcode_t profile_find_node_subsection(struct profile_node *section,
crypto/krb5/src/util/profile/prof_tree.c
419
struct profile_node **subsection)
crypto/krb5/src/util/profile/prof_tree.c
421
struct profile_node *p;
crypto/krb5/src/util/profile/prof_tree.c
440
errcode_t profile_get_node_parent(struct profile_node *section,
crypto/krb5/src/util/profile/prof_tree.c
441
struct profile_node **parent)
crypto/krb5/src/util/profile/prof_tree.c
459
struct profile_node *node;
crypto/krb5/src/util/profile/prof_tree.c
50
void profile_free_node(struct profile_node *node)
crypto/krb5/src/util/profile/prof_tree.c
518
struct profile_node **ret_node,
crypto/krb5/src/util/profile/prof_tree.c
52
struct profile_node *child, *next;
crypto/krb5/src/util/profile/prof_tree.c
522
struct profile_node *section, *p;
crypto/krb5/src/util/profile/prof_tree.c
660
errcode_t profile_remove_node(struct profile_node *node)
crypto/krb5/src/util/profile/prof_tree.c
677
errcode_t profile_set_relation_value(struct profile_node *node,
crypto/krb5/src/util/profile/prof_tree.c
702
errcode_t profile_rename_node(struct profile_node *node, const char *new_name)
crypto/krb5/src/util/profile/prof_tree.c
705
struct profile_node *p, *last;
crypto/krb5/src/util/profile/prof_tree.c
88
struct profile_node **ret_node)
crypto/krb5/src/util/profile/prof_tree.c
90
struct profile_node *new;
crypto/krb5/src/util/profile/prof_tree.c
92
new = malloc(sizeof(struct profile_node));
crypto/krb5/src/util/profile/prof_tree.c
95
memset(new, 0, sizeof(struct profile_node));
crypto/krb5/src/util/profile/test_parse.c
12
void dump_profile (struct profile_node *root, int level);
crypto/krb5/src/util/profile/test_parse.c
17
struct profile_node *root;