Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_list.h44 _PyList_AppendTakeRef(PyListObject *self, PyObject *newitem) in _PyList_AppendTakeRef()
/third_party/python/Modules/
D_bisectmodule.c54 PyObject *newitem = PyObject_CallOneArg(key, litem); in internal_bisect_right() local
180 PyObject *newitem = PyObject_CallOneArg(key, litem); in internal_bisect_left() local
D_heapqmodule.c27 PyObject *newitem, *parent, **arr; in siftdown() local
396 PyObject *newitem, *parent, **arr; in siftdown_max() local
/third_party/cJSON/
DcJSON.c2525 CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_InsertItemInArray()
2608 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_ReplaceItemInArray()
2641 …SON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObject(cJSON *object, const char *string, cJSON *newitem) in cJSON_ReplaceItemInObject()
2646 …SON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, cJSON *newitem) in cJSON_ReplaceItemInObjectCaseSensitive()
3019 cJSON *newitem = NULL; in cJSON_Duplicate() local
DcJSON_Utils.c710 static cJSON_bool insert_item_in_array(cJSON *array, size_t which, cJSON *newitem) in insert_item_in_array()
/third_party/python/Objects/
Dlistobject.c259 PyObject *newitem) in PyList_SetItem()
308 PyList_Insert(PyObject *op, Py_ssize_t where, PyObject *newitem) in PyList_Insert()
319 _PyList_AppendTakeRefListResize(PyListObject *self, PyObject *newitem) in _PyList_AppendTakeRefListResize()
332 PyList_Append(PyObject *op, PyObject *newitem) in PyList_Append()
Dtupleobject.c112 PyTuple_SetItem(PyObject *op, Py_ssize_t i, PyObject *newitem) in PyTuple_SetItem()