Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_json.c91 scan_once_str(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
937 val = scan_once_str(s, pystr, idx, &next_idx); in _parse_object_str()
1163 val = scan_once_str(s, pystr, idx, &next_idx); in _parse_array_str()
1492 scan_once_str(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr) in scan_once_str() function
1692 rval = scan_once_str(s, pystr, idx, &next_idx); in scanner_call()