Lines Matching refs:print
600 cJSON_bool format; /* is this print a formatted print */
719 unsigned char number_buffer[26] = {0}; /* temporary buffer to print the number into */
730 /* use lld to print the long long integer */
748 /* If not, print with 17 decimal places of precision */
793 unsigned char number_buffer[26] = {0}; /* temporary buffer to print the number into */
819 /* If not, print with 17 decimal places of precision */
1253 /* escape and print as unicode codepoint */
1430 static unsigned char *print(const cJSON * const item, cJSON_bool format, const internal_hooks * const hooks)
1448 /* print the value */
1497 return (char*)print(item, true, &global_hooks);
1502 return (char*)print(item, false, &global_hooks);
2006 /* print key */
2026 /* print value */
2033 /* print comma if not last */