Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON_Utils.c1040 const cJSON *current_patch = NULL; in cJSONUtils_ApplyPatches() local
1051 current_patch = patches->child; in cJSONUtils_ApplyPatches()
1054 while (current_patch != NULL) in cJSONUtils_ApplyPatches()
1056 status = apply_patch(object, current_patch, false); in cJSONUtils_ApplyPatches()
1061 current_patch = current_patch->next; in cJSONUtils_ApplyPatches()
1069 const cJSON *current_patch = NULL; in cJSONUtils_ApplyPatchesCaseSensitive() local
1080 current_patch = patches->child; in cJSONUtils_ApplyPatchesCaseSensitive()
1083 while (current_patch != NULL) in cJSONUtils_ApplyPatchesCaseSensitive()
1085 status = apply_patch(object, current_patch, true); in cJSONUtils_ApplyPatchesCaseSensitive()
1090 current_patch = current_patch->next; in cJSONUtils_ApplyPatchesCaseSensitive()