Home
last modified time | relevance | path

Searched refs:print_string_ptr (Results 1 – 2 of 2) sorted by relevance

/third_party/cJSON/tests/
Dprint_string.c37 …TEST_ASSERT_TRUE_MESSAGE(print_string_ptr((const unsigned char*)input, &buffer), "Failed to print … in assert_print_string()
/third_party/cJSON/
DcJSON.c898 static cJSON_bool print_string_ptr(const unsigned char * const input, printbuffer * const output_bu… in print_string_ptr() function
1022 return print_string_ptr((unsigned char*)item->valuestring, p); in print_string()
1755 if (!print_string_ptr((unsigned char*)current_item->string, output_buffer)) in print_object()