Searched refs:create_patches (Results 1 – 1 of 1) sorted by relevance
/third_party/cJSON/ |
D | cJSON_Utils.c | 1141 static void create_patches(cJSON * const patches, const unsigned char * const path, cJSON * const f… in create_patches() function 1189 create_patches(patches, new_path, from_child, to_child, case_sensitive); in create_patches() 1252 create_patches(patches, new_path, from_child, to_child, case_sensitive); in create_patches() 1291 create_patches(patches, (const unsigned char*)"", from, to, false); in cJSONUtils_GeneratePatches() 1306 create_patches(patches, (const unsigned char*)"", from, to, true); in cJSONUtils_GeneratePatchesCaseSensitive()
|