Home
last modified time | relevance | path

Searched refs:profile_node (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/krb5/src/util/profile/
H A Dprof_int.h33 struct profile_node *root;
121 (FILE *f, struct profile_node **root, char **ret_modspec);
124 (const char *dirname, struct profile_node **root);
127 (struct profile_node *root, FILE *dstfile);
130 (struct profile_node *root, char **buf);
136 (struct profile_node *relation);
140 struct profile_node **ret_node);
142 struct profile_node *profile_copy_node
143 (struct profile_node *oldnode);
146 (struct profile_node *node);
[all …]
H A Dprof_tree.c31 struct profile_node { struct
38 struct profile_node *first_child; argument
39 struct profile_node *parent; argument
40 struct profile_node *next, *prev; argument
50 void profile_free_node(struct profile_node *node) in profile_free_node()
52 struct profile_node *child, *next; in profile_free_node()
88 struct profile_node **ret_node) in profile_create_node()
90 struct profile_node *new; in profile_create_node()
92 new = malloc(sizeof(struct profile_node)); in profile_create_node()
95 memset(new, 0, sizeof(struct profile_node)); in profile_create_node()
[all …]
H A Dprof_parse.c26 struct profile_node *root_section;
27 struct profile_node *current_section;
80 struct profile_node *node; in parse_std_line()
216 struct profile_node *root_section) in parse_include_file()
265 struct profile_node *root_section) in parse_include_dir()
415 errcode_t profile_parse_file(FILE *f, struct profile_node **root, in profile_parse_file()
441 struct profile_node **root) in profile_process_directory()
444 struct profile_node *node; in profile_process_directory()
528 static void dump_profile(struct profile_node *root, int level, in dump_profile()
532 struct profile_node *p; in dump_profile()
[all …]
H A Dtest_parse.c12 void dump_profile (struct profile_node *root, int level);
17 struct profile_node *root; in main()
H A Dprof_set.c81 struct profile_node *section, *node; in profile_update_relation()
138 struct profile_node *section, *node; in profile_clear_relation()
191 struct profile_node *section, *node; in profile_rename_section()
248 struct profile_node *section; in profile_add_relation()
H A Dprof_err.et8 error_code PROF_MAGIC_NODE, "Bad magic value in profile_node"
H A Dprof_file.c264 struct profile_node *root = NULL; in profile_open_memory()
/freebsd/crypto/krb5/src/tests/fuzzing/
H A Dfuzz_profile.c39 void dump_profile(struct profile_node *root, int level);
52 struct profile_node *root; in LLVMFuzzerTestOneInput()