Searched refs:child (Results 1 – 3 of 3) sorted by relevance
1524 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 …]
114 struct cJSON *child; member216 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…
604 # Generate a child script FILE with all initialization necessary to609 # the child script. The macro ends with non-zero status if the