Searched refs:close_array (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/simplejson/
H A D_speedups.c2530 static PyObject *close_array = NULL; local
2538 if (open_array == NULL || close_array == NULL || empty_array == NULL) {
2540 close_array = PyString_InternFromString("]");
2542 if (open_array == NULL || close_array == NULL || empty_array == NULL)
2608 if (PyList_Append(rval, close_array))

Completed in 74 milliseconds