Lines Matching refs:printbuffer
436 } printbuffer; typedef
439 static unsigned char* ensure(printbuffer * const p, size_t needed) in ensure()
525 static void update_offset(printbuffer * const buffer) in update_offset()
545 static cJSON_bool print_number(const cJSON * const item, printbuffer * const output_buffer) in print_number()
898 static cJSON_bool print_string_ptr(const unsigned char * const input, printbuffer * const output_bu… in print_string_ptr()
1020 static cJSON_bool print_string(const cJSON * const item, printbuffer * const p) in print_string()
1027 static cJSON_bool print_value(const cJSON * const item, printbuffer * const output_buffer);
1029 static cJSON_bool print_array(const cJSON * const item, printbuffer * const output_buffer);
1031 static cJSON_bool print_object(const cJSON * const item, printbuffer * const output_buffer);
1186 printbuffer buffer[1]; in print()
1260 printbuffer p = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in cJSON_PrintBuffered()
1290 printbuffer p = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in cJSON_PrintPreallocated()
1363 static cJSON_bool print_value(const cJSON * const item, printbuffer * const output_buffer) in print_value()
1535 static cJSON_bool print_array(const cJSON * const item, printbuffer * const output_buffer) in print_array()
1710 static cJSON_bool print_object(const cJSON * const item, printbuffer * const output_buffer) in print_object()