Home | History | Annotate | Download | only in Modules

Lines Matching refs:raise_errmsg

121 raise_errmsg(char *msg, PyObject *s, Py_ssize_t end);
369 raise_errmsg(char *msg, PyObject *s, Py_ssize_t end)
471 raise_errmsg("Invalid control character at", pystr, next);
476 raise_errmsg("Unterminated string starting at", pystr, begin);
502 raise_errmsg("Unterminated string starting at", pystr, begin);
521 raise_errmsg("Invalid \\escape", pystr, end - 2);
530 raise_errmsg("Invalid \\uXXXX escape", pystr, next - 1);
548 raise_errmsg("Invalid \\uXXXX escape", pystr, end - 5);
574 raise_errmsg("Invalid \\uXXXX escape", pystr, end - 5);
644 raise_errmsg("Invalid control character at", pystr, next);
649 raise_errmsg("Unterminated string starting at", pystr, begin);
670 raise_errmsg("Unterminated string starting at", pystr, begin);
689 raise_errmsg("Invalid \\escape", pystr, end - 2);
698 raise_errmsg("Invalid \\uXXXX escape", pystr, next - 1);
716 raise_errmsg("Invalid \\uXXXX escape", pystr, end - 5);
741 raise_errmsg("Invalid \\uXXXX escape", pystr, end - 5);
919 raise_errmsg("Expecting property name", pystr, idx);
930 raise_errmsg("Expecting : delimiter", pystr, idx);
962 raise_errmsg("Expecting , delimiter", pystr, idx);
973 raise_errmsg("Expecting object", pystr, end_idx);
1045 raise_errmsg("Expecting property name enclosed in double quotes", pystr, idx);
1056 raise_errmsg("Expecting ':' delimiter", pystr, idx);
1088 raise_errmsg("Expecting ',' delimiter", pystr, idx);
1100 raise_errmsg("Expecting object", pystr, end_idx);
1182 raise_errmsg("Expecting , delimiter", pystr, idx);
1194 raise_errmsg("Expecting object", pystr, end_idx);
1249 raise_errmsg("Expecting ',' delimiter", pystr, idx);
1261 raise_errmsg("Expecting object", pystr, end_idx);