Home
last modified time | relevance | path

Searched refs:raise_errmsg (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
D_json.c107 raise_errmsg(const char *msg, PyObject *s, Py_ssize_t end);
316 raise_errmsg(const char *msg, PyObject *s, Py_ssize_t end) in raise_errmsg() function
423 raise_errmsg("Invalid control character at", pystr, next); in scanstring_unicode()
442 raise_errmsg("Unterminated string starting at", pystr, begin); in scanstring_unicode()
458 raise_errmsg("Unterminated string starting at", pystr, begin); in scanstring_unicode()
477 raise_errmsg("Invalid \\escape", pystr, end - 2); in scanstring_unicode()
486 raise_errmsg("Invalid \\uXXXX escape", pystr, next - 1); in scanstring_unicode()
504 raise_errmsg("Invalid \\uXXXX escape", pystr, end - 5); in scanstring_unicode()
529 raise_errmsg("Invalid \\uXXXX escape", pystr, end - 5); in scanstring_unicode()
718 raise_errmsg("Expecting property name enclosed in double quotes", pystr, idx); in _parse_object_unicode()
[all …]
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2738 Modules/_json.c raise_errmsg JSONDecodeError -