Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_json.c1905 static PyObject *s_true = NULL; in _encoded_const() local
1906 if (s_true == NULL) { in _encoded_const()
1907 s_true = PyString_InternFromString("true"); in _encoded_const()
1909 Py_INCREF(s_true); in _encoded_const()
1910 return s_true; in _encoded_const()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_json.c1897 static PyObject *s_true = NULL; in _encoded_const() local
1898 if (s_true == NULL) { in _encoded_const()
1899 s_true = PyString_InternFromString("true"); in _encoded_const()
1901 Py_INCREF(s_true); in _encoded_const()
1902 return s_true; in _encoded_const()