Searched refs:cJSON_ReplaceItemViaPointer (Results 1 – 2 of 2) sorted by relevance
/external/iperf3/src/ |
D | cjson.h | 221 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemViaPointer(cJSON * const parent, cJSON * const item, cJSO…
|
D | cjson.c | 1944 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemViaPointer(cJSON * const parent, cJSON * const item, cJSO… in cJSON_ReplaceItemViaPointer() function 1986 cJSON_ReplaceItemViaPointer(array, get_array_item(array, (size_t)which), newitem); in cJSON_ReplaceItemInArray() 1991 cJSON_ReplaceItemViaPointer(object, cJSON_GetObjectItem(object, string), newitem); in cJSON_ReplaceItemInObject() 1996 cJSON_ReplaceItemViaPointer(object, cJSON_GetObjectItemCaseSensitive(object, string), newitem); in cJSON_ReplaceItemInObjectCaseSensitive()
|