Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_json.c1897 static PyObject *s_null = NULL; in _encoded_const() local
1898 if (s_null == NULL) { in _encoded_const()
1899 s_null = PyString_InternFromString("null"); in _encoded_const()
1901 Py_INCREF(s_null); in _encoded_const()
1902 return s_null; in _encoded_const()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_json.c1889 static PyObject *s_null = NULL; in _encoded_const() local
1890 if (s_null == NULL) { in _encoded_const()
1891 s_null = PyString_InternFromString("null"); in _encoded_const()
1893 Py_INCREF(s_null); in _encoded_const()
1894 return s_null; in _encoded_const()