Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dold_utils_tests.c107 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()
Dmisc_utils_tests.c65 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/
DcJSON_Utils.h78 CJSON_PUBLIC(char *) cJSONUtils_FindPointerFromObjectTo(const cJSON * const object, const cJSON * c…
DcJSON_Utils.c198 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()
DCHANGELOG.md53 * Fix memory leak in cJSONUtils_FindPointerFromObjectTo. Thanks @andywolk for reporting, see [#414]…