Searched refs:print_string_ptr (Results 1 – 3 of 3) sorted by relevance
215 static char *print_string_ptr(const char *str) in print_string_ptr() function250 static char *print_string(cJSON *item) {return print_string_ptr(item->valuestring);} in print_string()472 names[i]=str=print_string_ptr(child->string); in print_object()
898 static cJSON_bool print_string_ptr(const unsigned char * const input, printbuffer * const output_bu… in print_string_ptr() function1022 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()
907 static cJSON_bool print_string_ptr(const unsigned char * const input, printbuffer * const output_bu… in print_string_ptr() function1031 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()