Searched defs:print_string (Results 1 – 3 of 3) sorted by relevance
443 static char *print_string(cJSON *item, printbuffer *p) { return print_string_ptr(item->pAllocator, … in print_string() function
1267 static cJSON_bool print_string(const cJSON * const item, printbuffer * const p) in print_string() function
471 void (*print_string) (WriterContext *wctx, const char *, const char *); member