Searched refs:parse_section (Results 1 – 2 of 2) sorted by relevance
468 static enum hdr_section parse_section(const char *str) in parse_section() function1259 options.section = parse_section(optarg); in main()1272 options.file_section = parse_section(optarg); in main()
348 def parse_section(self, section_options): member in ConfigHandler