Home
last modified time | relevance | path

Searched refs:print_string_ptr (Results 1 – 3 of 3) 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/vulkan-loader/loader/
DcJSON.c340 char *print_string_ptr(const VkAllocationCallbacks *pAllocator, const char *str, printbuffer *p) { in print_string_ptr() function
430 char *print_string(cJSON *item, printbuffer *p) { return print_string_ptr(item->pAllocator, item->v… in print_string()
813 print_string_ptr(item->pAllocator, child->string, p); in print_object()
859 names[i] = str = print_string_ptr(item->pAllocator, child->string, 0); in print_object()
/third_party/cJSON/
DcJSON.c907 static cJSON_bool print_string_ptr(const unsigned char * const input, printbuffer * const output_bu… in print_string_ptr() function
1031 return print_string_ptr((unsigned char*)item->valuestring, p); in print_string()
1764 if (!print_string_ptr((unsigned char*)current_item->string, output_buffer)) in print_object()