Searched refs:printbuffer (Results 1 – 1 of 1) sorted by relevance
360 } printbuffer; typedef363 static unsigned char *ensure(printbuffer *const p, size_t needed) in ensure()428 static void update_offset(printbuffer *const buffer) in update_offset()445 static cJSON_bool print_number(const cJSON *const item, printbuffer *const output_buffer) in print_number()725 static cJSON_bool print_string_ptr(const unsigned char *const input, printbuffer *const output_buff… in print_string_ptr()828 static cJSON_bool print_string(const cJSON *const item, printbuffer *const p) in print_string()835 static cJSON_bool print_value(const cJSON *const item, printbuffer *const output_buffer);837 static cJSON_bool print_array(const cJSON *const item, printbuffer *const output_buffer);839 static cJSON_bool print_object(const cJSON *const item, printbuffer *const output_buffer);954 printbuffer buffer[1]; in print()[all …]