Home
last modified time | relevance | path

Searched refs:printbuffer (Results 1 – 1 of 1) sorted by relevance

/iperf/src/
H A Dcjson.c443 } printbuffer; typedef
446 static unsigned char* ensure(printbuffer * const p, size_t needed) in ensure()
534 static void update_offset(printbuffer * const buffer) in update_offset()
554 static cJSON_bool print_number(const cJSON * const item, printbuffer * const output_buffer) in print_number()
1029 static cJSON_bool print_string(const cJSON * const item, printbuffer * const p) in print_string()
1036 static cJSON_bool print_value(const cJSON * const item, printbuffer * const output_buffer);
1195 printbuffer buffer[1]; in print()
1269 printbuffer p = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in cJSON_PrintBuffered()
1299 printbuffer p = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in cJSON_PrintPreallocated()
1372 static cJSON_bool print_value(const cJSON * const item, printbuffer * const output_buffer) in print_value()
[all …]