Home
last modified time | relevance | path

Searched refs:cJSONUtils_GetPointerCaseSensitive (Results 1 – 3 of 3) sorted by relevance

/third_party/cJSON/tests/
Dmisc_utils_tests.c39 TEST_ASSERT_NULL(cJSONUtils_GetPointerCaseSensitive(NULL, "pointer")); in cjson_utils_functions_shouldnt_crash_with_null_pointers()
40 TEST_ASSERT_NULL(cJSONUtils_GetPointerCaseSensitive(item, NULL)); in cjson_utils_functions_shouldnt_crash_with_null_pointers()
/third_party/cJSON/
DcJSON_Utils.h35 CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointerCaseSensitive(cJSON * const object, const char *pointer);
DcJSON_Utils.c353 CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointerCaseSensitive(cJSON * const object, const char *pointer) in cJSONUtils_GetPointerCaseSensitive() function