Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_list.h23 _PyList_AppendTakeRef(PyListObject *self, PyObject *newitem) in _PyList_AppendTakeRef()
/external/python/cpython3/Modules/
D_bisectmodule.c91 PyObject *newitem = PyObject_CallOneArg(key, litem); in internal_bisect_right() local
275 PyObject *newitem = PyObject_CallOneArg(key, litem); in internal_bisect_left() local
D_heapqmodule.c27 PyObject *newitem, *parent, **arr; in siftdown() local
392 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.c450 PyObject *newitem) in PyList_SetItem()
505 PyList_Insert(PyObject *op, Py_ssize_t where, PyObject *newitem) in PyList_Insert()
521 _PyList_AppendTakeRefListResize(PyListObject *self, PyObject *newitem) in _PyList_AppendTakeRefListResize()
534 PyList_Append(PyObject *op, PyObject *newitem) in PyList_Append()
Dtupleobject.c113 PyTuple_SetItem(PyObject *op, Py_ssize_t i, PyObject *newitem) in PyTuple_SetItem()