Lines Matching refs:cJSON
54 cJSON *root = NULL; in json_pointer_tests()
92 cJSON *object = NULL; in misc_tests()
93 cJSON *object1 = NULL; in misc_tests()
94 cJSON *object2 = NULL; in misc_tests()
95 cJSON *object3 = NULL; in misc_tests()
96 cJSON *object4 = NULL; in misc_tests()
97 cJSON *nums = NULL; in misc_tests()
98 cJSON *num6 = NULL; in misc_tests()
143 cJSON *sortme = NULL; in sort_tests()
145 cJSON *current_element = NULL; in sort_tests()
178 cJSON *object_to_be_merged = cJSON_Parse(merges[i][0]); in merge_tests()
179 cJSON *patch = cJSON_Parse(merges[i][1]); in merge_tests()
200 cJSON *from = cJSON_Parse(merges[i][0]); in generate_merge_tests()
201 cJSON *to = cJSON_Parse(merges[i][2]); in generate_merge_tests()
202 cJSON *patch = cJSONUtils_GenerateMergePatch(from,to); in generate_merge_tests()