Lines Matching defs:parser
118 static char *get_dict_str(const struct CFG_PARSER *parser, in get_dict_str()
140 static char *get_main_str(const struct CFG_PARSER *parser, in get_main_str()
154 static int get_dict_int(const struct CFG_PARSER *parser, in get_dict_int()
181 static int get_main_int(const struct CFG_PARSER *parser, in get_main_int()
194 static int get_dict_bool(const struct CFG_PARSER *parser, in get_dict_bool()
216 static int get_main_bool(const struct CFG_PARSER *parser, in get_main_bool()
232 CFG_PARSER *parser; in cfg_parser_alloc() local
263 char *cfg_get_str(const CFG_PARSER *parser, const char *name, in cfg_get_str()
283 int cfg_get_int(const CFG_PARSER *parser, const char *name, int defval, in cfg_get_int()
297 int cfg_get_bool(const CFG_PARSER *parser, const char *name, int defval) in cfg_get_bool()
311 CFG_PARSER *cfg_parser_free(CFG_PARSER *parser) in cfg_parser_free()