Searched refs:current_patch (Results 1 – 1 of 1) sorted by relevance
1043 const cJSON *current_patch = NULL; in cJSONUtils_ApplyPatches() local1054 current_patch = patches->child; in cJSONUtils_ApplyPatches()1057 while (current_patch != NULL) in cJSONUtils_ApplyPatches()1059 status = apply_patch(object, current_patch, false); in cJSONUtils_ApplyPatches()1064 current_patch = current_patch->next; in cJSONUtils_ApplyPatches()1072 const cJSON *current_patch = NULL; in cJSONUtils_ApplyPatchesCaseSensitive() local1083 current_patch = patches->child; in cJSONUtils_ApplyPatchesCaseSensitive()1086 while (current_patch != NULL) in cJSONUtils_ApplyPatchesCaseSensitive()1088 status = apply_patch(object, current_patch, true); in cJSONUtils_ApplyPatchesCaseSensitive()1093 current_patch = current_patch->next; in cJSONUtils_ApplyPatchesCaseSensitive()