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

/external/chromium_org/third_party/simplejson/
H A D_speedups.c2149 static PyObject *s_null = NULL; local
2150 if (s_null == NULL) {
2151 s_null = PyString_InternFromString("null");
2153 Py_INCREF(s_null);
2154 return s_null;

Completed in 89 milliseconds