Home
last modified time | relevance | path

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

/iperf/src/
H A Dcjson.c1524 item->child = head; in parse_array()
1696 item->child = head; in parse_object()
1835 child = array->child; in cJSON_GetArraySize()
1840 child = child->next; in cJSON_GetArraySize()
1962 child = array->child; in add_item_to_array()
1966 if (child == NULL) in add_item_to_array()
1985 child = child->next; in add_item_to_array()
2476 item->child = (cJSON*)cast_away_const(child); in cJSON_CreateObjectReference()
2486 item->child = (cJSON*)cast_away_const(child); in cJSON_CreateArrayReference()
2720 child = item->child; in cJSON_Duplicate()
[all …]
H A Dcjson.h114 struct cJSON *child; member
216 CJSON_PUBLIC(cJSON *) cJSON_CreateObjectReference(const cJSON *child);
217 CJSON_PUBLIC(cJSON *) cJSON_CreateArrayReference(const cJSON *child);
288 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e…
/iperf/
H A Daclocal.m4604 # Generate a child script FILE with all initialization necessary to
609 # the child script. The macro ends with non-zero status if the