Home | History | Annotate | Download | only in Modules

Lines Matching refs:raise_errmsg

121 raise_errmsg(char *msg, PyObject *s, Py_ssize_t end);

342 raise_errmsg(char *msg, PyObject *s, Py_ssize_t end)
444 raise_errmsg("Invalid control character at", pystr, next);
449 raise_errmsg("Unterminated string starting at", pystr, begin);
475 raise_errmsg("Unterminated string starting at", pystr, begin);
494 raise_errmsg("Invalid \\escape", pystr, end - 2);
503 raise_errmsg("Invalid \\uXXXX escape", pystr, next - 1);
521 raise_errmsg("Invalid \\uXXXX escape", pystr, end - 5);
547 raise_errmsg("Invalid \\uXXXX escape", pystr, end - 5);
617 raise_errmsg("Invalid control character at", pystr, next);
622 raise_errmsg("Unterminated string starting at", pystr, begin);
643 raise_errmsg("Unterminated string starting at", pystr, begin);
662 raise_errmsg("Invalid \\escape", pystr, end - 2);
671 raise_errmsg("Invalid \\uXXXX escape", pystr, next - 1);
689 raise_errmsg("Invalid \\uXXXX escape", pystr, end - 5);
714 raise_errmsg("Invalid \\uXXXX escape", pystr, end - 5);
889 raise_errmsg("Expecting property name", pystr, idx);
900 raise_errmsg("Expecting : delimiter", pystr, idx);
932 raise_errmsg("Expecting , delimiter", pystr, idx);
943 raise_errmsg("Expecting object", pystr, end_idx);
1012 raise_errmsg("Expecting property name enclosed in double quotes", pystr, idx);
1023 raise_errmsg("Expecting ':' delimiter", pystr, idx);
1055 raise_errmsg("Expecting ',' delimiter", pystr, idx);
1067 raise_errmsg("Expecting object", pystr, end_idx);
1149 raise_errmsg("Expecting , delimiter", pystr, idx);
1161 raise_errmsg("Expecting object", pystr, end_idx);
1216 raise_errmsg("Expecting ',' delimiter", pystr, idx);
1228 raise_errmsg("Expecting object", pystr, end_idx);