Lines Matching refs:parse_error
67 parse_error(cfile, "unknown name %s", val); in json_parse()
77 parse_error(cfile, "unexpected end of file"); in json_parse()
79 parse_error(cfile, "unexpected %s", val); in json_parse()
103 parse_error(cfile, "unexpected end of file"); in json_list_parse()
107 parse_error(cfile, "unexpected ','"); in json_list_parse()
113 parse_error(cfile, "expected ','"); in json_list_parse()
144 parse_error(cfile, "unexpected end of file"); in json_map_parse()
148 parse_error(cfile, "unexpected ','"); in json_map_parse()
151 parse_error(cfile, "unexpected %s, " in json_map_parse()
156 parse_error(cfile, "unexpected %s, " in json_map_parse()
164 parse_error(cfile, "unexpected \"%s\", " in json_map_parse()
169 parse_error(cfile, "unexpected %s, " in json_map_parse()
176 parse_error(cfile, "unexpected %s, " in json_map_parse()
180 parse_error(cfile, "unexpected %s, " in json_map_parse()