Lines Matching refs:profile_node
26 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()
590 errcode_t profile_write_tree_file(struct profile_node *root, FILE *dstfile) in profile_write_tree_file()
628 errcode_t profile_write_tree_to_buffer(struct profile_node *root, in profile_write_tree_to_buffer()