Searched refs:compose_patch (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON_Utils.cpp | 1099 static void compose_patch(cJSON * const patches, const unsigned char * const operation, const unsig… in compose_patch() function 1141 compose_patch(array, (const unsigned char*)operation, (const unsigned char*)path, NULL, value); in cJSONUtils_AddPatchToArray() 1153 compose_patch(patches, (const unsigned char*)"replace", path, 0, to); in create_patches() 1162 compose_patch(patches, (const unsigned char*)"replace", path, NULL, to); in create_patches() 1169 compose_patch(patches, (const unsigned char*)"replace", path, NULL, to); in create_patches() 1207 compose_patch(patches, (const unsigned char*)"remove", path, new_path, NULL); in create_patches() 1212 … compose_patch(patches, (const unsigned char*)"add", path, (const unsigned char*)"-", to_child); in create_patches() 1264 …compose_patch(patches, (const unsigned char*)"remove", path, (unsigned char*)from_child->string, N… in create_patches() 1271 …compose_patch(patches, (const unsigned char*)"add", path, (unsigned char*)to_child->string, to_chi… in create_patches()
|