Lines Matching refs:printbuffer
602 } printbuffer;
604 /* realloc printbuffer if necessary to have at least "needed" bytes more */
605 static unsigned char* ensure(printbuffer * const p, size_t needed)
690 /* calculate the new length of the string in a printbuffer and update the offset */
691 static void update_offset(printbuffer * const buffer)
712 static cJSON_bool print_number(const cJSON * const item, printbuffer * const output_buffer)
787 static cJSON_bool print_number(const cJSON * const item, printbuffer * const output_buffer)
1145 static cJSON_bool print_string_ptr(const unsigned char * const input, printbuffer * const output_buffer)
1267 static cJSON_bool print_string(const cJSON * const item, printbuffer * const p)
1274 static cJSON_bool print_value(const cJSON * const item, printbuffer * const output_buffer);
1276 static cJSON_bool print_array(const cJSON * const item, printbuffer * const output_buffer);
1278 static cJSON_bool print_object(const cJSON * const item, printbuffer * const output_buffer);
1433 printbuffer buffer[1];
1507 printbuffer p = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } };
1537 printbuffer p = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } };
1610 static cJSON_bool print_value(const cJSON * const item, printbuffer * const output_buffer)
1782 static cJSON_bool print_array(const cJSON * const item, printbuffer * const output_buffer)
1962 static cJSON_bool print_object(const cJSON * const item, printbuffer * const output_buffer)