Searched refs:profile_node (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/MITKerberosShim-62.1/profile/
H A Dprof_int.h35 struct profile_node *root;
122 (FILE *f, struct profile_node **root);
125 (struct profile_node *root, FILE *dstfile);
128 (struct profile_node *root, char **buf);
134 (struct profile_node *relation);
138 struct profile_node **ret_node);
141 (struct profile_node *node);
144 (struct profile_node *section,
146 struct profile_node **ret_node);
149 (struct profile_node *nod
[all...]
H A Dprof_tree.c30 struct profile_node { struct
37 struct profile_node *first_child;
38 struct profile_node *parent;
39 struct profile_node *next, *prev;
49 void profile_free_node(struct profile_node *node)
51 struct profile_node *child, *next;
87 struct profile_node **ret_node)
89 struct profile_node *new;
91 new = malloc(sizeof(struct profile_node));
94 memset(new, 0, sizeof(struct profile_node));
[all...]
H A Dprof_parse.c20 struct profile_node *root_section;
21 struct profile_node *current_section;
79 struct profile_node *node;
221 errcode_t profile_parse_file(FILE *f, struct profile_node **root)
373 static void dump_profile(struct profile_node *root, int level,
377 struct profile_node *p;
438 errcode_t profile_write_tree_file(struct profile_node *root, FILE *dstfile)
476 errcode_t profile_write_tree_to_buffer(struct profile_node *root,
H A Dprof_set.c87 struct profile_node *section, *node;
139 struct profile_node *section, *node;
185 struct profile_node *section, *node;
238 struct profile_node *section;

Completed in 112 milliseconds