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

/external/chromium_org/third_party/simplejson/
H A D_speedups.c567 PyObject *strchunk; local
569 strchunk = PyString_FromStringAndSize(&buf[end], next - end); local
570 if (strchunk == NULL) {
574 chunk = PyUnicode_FromEncodedObject(strchunk, encoding, NULL);
575 Py_DECREF(strchunk);
581 chunk = strchunk;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h761 struct strchunk { struct in struct:_DebugInfo
763 struct strchunk* next;

Completed in 120 milliseconds