Searched refs:parent (Results 1 – 3 of 3) sorted by relevance
2193 CJSON_PUBLIC(cJSON *) cJSON_DetachItemViaPointer(cJSON *parent, cJSON * const item) in cJSON_DetachItemViaPointer() argument2195 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() argument2294 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()
238 CJSON_PUBLIC(cJSON *) cJSON_DetachItemViaPointer(cJSON *parent, cJSON * const item);248 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemViaPointer(cJSON * const parent, cJSON * const item, cJSO…
605 # reuse the environment learned by the parent script, and make the