Home
last modified time | relevance | path

Searched defs:newitem (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/
D_heapqmodule.c38 PyObject *newitem, *parent; in _siftdown() local
381 PyObject *newitem, *parent; in _siftdownmax() local
420 PyObject *newitem, *tmp; in _siftupmax() local
/external/python/cpython3/Modules/
D_heapqmodule.c21 PyObject *newitem, *parent, **arr; in siftdown() local
415 PyObject *newitem, *parent, **arr; in siftdown_max() local
/external/iperf3/src/
Dcjson.c2263 CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_InsertItemInArray()
2333 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_ReplaceItemInArray()
2361 …SON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObject(cJSON *object, const char *string, cJSON *newitem) in cJSON_ReplaceItemInObject()
2366 …SON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, cJSON *newitem) in cJSON_ReplaceItemInObjectCaseSensitive()
2678 cJSON *newitem = NULL; in cJSON_Duplicate() local
/external/python/cpython3/Objects/
Dlistobject.c230 PyObject *newitem) in PyList_SetItem()
283 PyList_Insert(PyObject *op, Py_ssize_t where, PyObject *newitem) in PyList_Insert()
313 PyList_Append(PyObject *op, PyObject *newitem) in PyList_Append()
Dtupleobject.c154 PyTuple_SetItem(PyObject *op, Py_ssize_t i, PyObject *newitem) in PyTuple_SetItem()
/external/python/cpython2/Objects/
Dlistobject.c200 register PyObject *newitem) in PyList_SetItem()
256 PyList_Insert(PyObject *op, Py_ssize_t where, PyObject *newitem) in PyList_Insert()
286 PyList_Append(PyObject *op, PyObject *newitem) in PyList_Append()
Dtupleobject.c136 PyTuple_SetItem(register PyObject *op, register Py_ssize_t i, PyObject *newitem) in PyTuple_SetItem()