Lines Matching refs:syntax_error

117 static int syntax_error(json_engine_t *j)
749 unexpected_eos, mark_object, syntax_error, mark_array, syntax_error,
750 syntax_error, syntax_error,v_string, v_number, v_false,
751 v_null, v_true, syntax_error, not_json_chr, bad_chr},
757 unexpected_eos, syntax_error, end_object, syntax_error, syntax_error,
758 syntax_error, syntax_error, read_keyname, syntax_error, syntax_error,
759 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
761 struct_end_eos, syntax_error, struct_end_cb, syntax_error, struct_end_qb,
762 syntax_error, struct_end_cm,syntax_error, syntax_error, syntax_error,
763 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
765 unexpected_eos, array_item, syntax_error, array_item, end_array,
766 syntax_error, syntax_error, array_item, array_item, array_item,
767 array_item, array_item, syntax_error, not_json_chr, bad_chr},
769 struct_end_eos, syntax_error, struct_end_cb, syntax_error, struct_end_qb,
770 syntax_error, struct_end_cm, syntax_error, syntax_error, syntax_error,
771 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
773 done, syntax_error, syntax_error, syntax_error, syntax_error,
774 syntax_error, syntax_error, syntax_error, syntax_error, syntax_error,
775 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
777 unexpected_eos, syntax_error, end_object, syntax_error, syntax_error,
778 syntax_error, next_key, syntax_error, syntax_error, syntax_error,
779 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
781 unexpected_eos, syntax_error, syntax_error, syntax_error, end_array,
782 syntax_error, next_item, syntax_error, syntax_error, syntax_error,
783 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
785 unexpected_eos, read_obj, syntax_error, read_array, syntax_error,
786 syntax_error, syntax_error, read_strn, read_num, read_false,
787 read_null, read_true, syntax_error, not_json_chr, bad_chr},