Searched defs:scan_once_str (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/simplejson/
H A D_speedups.c122 scan_once_str(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
1091 val = scan_once_str(s, pystr, idx, &next_idx);
1344 val = scan_once_str(s, pystr, idx, &next_idx);
1684 scan_once_str(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr) function
1898 rval = scan_once_str(s, pystr, idx, &next_idx);

Completed in 163 milliseconds