Searched defs:next_end_ptr (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _json.c | 433 …anstring_str(PyObject *pystr, Py_ssize_t end, char *encoding, int strict, Py_ssize_t *next_end_ptr) in scanstring_str() 607 scanstring_unicode(PyObject *pystr, Py_ssize_t end, int strict, Py_ssize_t *next_end_ptr) in scanstring_unicode()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _json.c | 381 scanstring_unicode(PyObject *pystr, Py_ssize_t end, int strict, Py_ssize_t *next_end_ptr) in scanstring_unicode()
|