Searched refs:cJSONUtils_FindPointerFromObjectTo (Results 1 – 5 of 5) sorted by relevance
/third_party/cJSON/tests/ |
D | old_utils_tests.c | 107 pointer = cJSONUtils_FindPointerFromObjectTo(object, num6); in misc_tests() 111 pointer = cJSONUtils_FindPointerFromObjectTo(object, nums); in misc_tests() 115 pointer = cJSONUtils_FindPointerFromObjectTo(object, object); in misc_tests() 122 pointer = cJSONUtils_FindPointerFromObjectTo(object1, object2); in misc_tests() 129 pointer = cJSONUtils_FindPointerFromObjectTo(object3, object4); in misc_tests()
|
D | misc_utils_tests.c | 65 TEST_ASSERT_NULL(cJSONUtils_FindPointerFromObjectTo(item, NULL)); in cjson_utils_functions_shouldnt_crash_with_null_pointers() 66 TEST_ASSERT_NULL(cJSONUtils_FindPointerFromObjectTo(NULL, item)); in cjson_utils_functions_shouldnt_crash_with_null_pointers()
|
/third_party/cJSON/ |
D | cJSON_Utils.h | 78 CJSON_PUBLIC(char *) cJSONUtils_FindPointerFromObjectTo(const cJSON * const object, const cJSON * c…
|
D | cJSON_Utils.c | 198 CJSON_PUBLIC(char *) cJSONUtils_FindPointerFromObjectTo(const cJSON * const object, const cJSON * c… in cJSONUtils_FindPointerFromObjectTo() function 217 …unsigned char *target_pointer = (unsigned char*)cJSONUtils_FindPointerFromObjectTo(current_child, … in cJSONUtils_FindPointerFromObjectTo()
|
D | CHANGELOG.md | 53 * Fix memory leak in cJSONUtils_FindPointerFromObjectTo. Thanks @andywolk for reporting, see [#414]…
|