Lines Matching refs:cfg_parser_error
114 cfg_parser_error(cfg_parser_t *pctx, unsigned int flags,
189 cfg_parser_error(pctx, CFG_LOG_NEAR, "'%c' expected", special); in cfg_parse_special()
211 cfg_parser_error(pctx, CFG_LOG_BEFORE, "missing ';'"); in parse_semicolon()
229 cfg_parser_error(pctx, CFG_LOG_NEAR, "syntax error"); in parse_eof()
303 cfg_parser_error(pctx, 0, "open: %s: %s", in parser_openfile()
339 cfg_parser_error(pctx, 0, "parsing failed: %s", in parse2()
432 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected quoted string"); in cfg_parse_qstring()
670 cfg_parser_error(pctx, CFG_LOG_NOPREP, in cfg_parse_mapbody()
696 cfg_parser_error(pctx, CFG_LOG_NEAR, "'%s' redefined", in cfg_parse_mapbody()
701 cfg_parser_error(pctx, CFG_LOG_NEAR, in cfg_parse_mapbody()
885 cfg_parser_error(pctx, CFG_LOG_NEAR, "unexpected token"); in parse_unsupported()
950 cfg_parser_error(pctx, CFG_LOG_NEAR, "token too big"); in cfg_gettoken()
954 cfg_parser_error(pctx, 0, "%s", in cfg_gettoken()
959 cfg_parser_error(pctx, CFG_LOG_NEAR, "%s", in cfg_gettoken()
1002 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected string"); in cfg_getstringtoken()
1009 cfg_parser_error(cfg_parser_t *pctx, unsigned int flags, const char *fmt, ...) { in cfg_parser_error() function