Home
last modified time | relevance | path

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

/iperf/src/
H A Dcjson.c2193 CJSON_PUBLIC(cJSON *) cJSON_DetachItemViaPointer(cJSON *parent, cJSON * const item) in cJSON_DetachItemViaPointer() argument
2195 if ((parent == NULL) || (item == NULL)) in cJSON_DetachItemViaPointer()
2200 if (item != parent->child) in cJSON_DetachItemViaPointer()
2211 if (item == parent->child) in cJSON_DetachItemViaPointer()
2214 parent->child = item->next; in cJSON_DetachItemViaPointer()
2292 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemViaPointer(cJSON * const parent, cJSON * const item, cJSO… in cJSON_ReplaceItemViaPointer() argument
2294 if ((parent == NULL) || (replacement == NULL) || (item == NULL)) in cJSON_ReplaceItemViaPointer()
2311 if (parent->child == item) in cJSON_ReplaceItemViaPointer()
2313 parent->child = replacement; in cJSON_ReplaceItemViaPointer()
H A Dcjson.h238 CJSON_PUBLIC(cJSON *) cJSON_DetachItemViaPointer(cJSON *parent, cJSON * const item);
248 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemViaPointer(cJSON * const parent, cJSON * const item, cJSO…
/iperf/
H A Daclocal.m4605 # reuse the environment learned by the parent script, and make the