Searched refs:cJSON_GetErrorPtr (Results 1 – 8 of 8) sorted by relevance
45 TEST_ASSERT_EQUAL_PTR(empty_string, cJSON_GetErrorPtr()); in parse_with_opts_should_handle_empty_strings()49 TEST_ASSERT_EQUAL_PTR(empty_string, cJSON_GetErrorPtr()); in parse_with_opts_should_handle_empty_strings()59 TEST_ASSERT_EQUAL_PTR(json + strlen(json), cJSON_GetErrorPtr()); in parse_with_opts_should_handle_incomplete_json()
145 TEST_ASSERT_EQUAL_PTR_MESSAGE(test6, cJSON_GetErrorPtr(), "Error pointer is incorrect."); in file_test6_should_not_be_parsed()190 …TEST_ASSERT_EQUAL_PTR_MESSAGE(test12 + strlen(test12), cJSON_GetErrorPtr(), "Error pointer is inco… in test12_should_not_be_parsed()
178 const char *error_ptr = cJSON_GetErrorPtr(); in supports_full_hd()
96 const char *cJSON_GetErrorPtr(void);
49 const char *cJSON_GetErrorPtr(void) { return ep; } in cJSON_GetErrorPtr() function
176 CJSON_PUBLIC(const char *) cJSON_GetErrorPtr(void);
300 …he position of the error in the input string can be accessed using `cJSON_GetErrorPtr`. Note thoug…304 … string or the position that an error occurs at (thereby replacing `cJSON_GetErrorPtr` in a thread…500 const char *error_ptr = cJSON_GetErrorPtr();574 * `cJSON_GetErrorPtr` is never used (the `return_parse_end` parameter of `cJSON_ParseWithOpts` can …
94 CJSON_PUBLIC(const char *) cJSON_GetErrorPtr(void) in cJSON_GetErrorPtr() function