Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON_Utils.c1096 static void compose_patch(cJSON * const patches, const unsigned char * const operation, const unsig… in compose_patch() function
1138 compose_patch(array, (const unsigned char*)operation, (const unsigned char*)path, NULL, value); in cJSONUtils_AddPatchToArray()
1150 compose_patch(patches, (const unsigned char*)"replace", path, 0, to); in create_patches()
1159 compose_patch(patches, (const unsigned char*)"replace", path, NULL, to); in create_patches()
1166 compose_patch(patches, (const unsigned char*)"replace", path, NULL, to); in create_patches()
1204 compose_patch(patches, (const unsigned char*)"remove", path, new_path, NULL); in create_patches()
1209compose_patch(patches, (const unsigned char*)"add", path, (const unsigned char*)"-", to_child); in create_patches()
1261compose_patch(patches, (const unsigned char*)"remove", path, (unsigned char*)from_child->string, N… in create_patches()
1268compose_patch(patches, (const unsigned char*)"add", path, (unsigned char*)to_child->string, to_chi… in create_patches()