Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
D_json.c2216 static PyObject *close_array = NULL; in encoder_listencode_list() local
2222 if (open_array == NULL || close_array == NULL || empty_array == NULL) { in encoder_listencode_list()
2224 close_array = PyString_InternFromString("]"); in encoder_listencode_list()
2226 if (open_array == NULL || close_array == NULL || empty_array == NULL) in encoder_listencode_list()
2287 if (PyList_Append(rval, close_array)) in encoder_listencode_list()
/aosp_15_r20/external/python/cpython3/Modules/
D_json.c1661 PyObject *close_array = _PyUnicode_FromId(&PyId_close_array); // borrowed ref in encoder_listencode_list() local
1667 if (open_array == NULL || close_array == NULL || empty_array == NULL) { in encoder_listencode_list()
1727 if (_PyAccu_Accumulate(acc, close_array)) in encoder_listencode_list()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv1108 Modules/_json.c encoder_listencode_list close_array -