Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c938 } printbuffer; typedef
955 printbuffer * const output_buffer);
967 static unsigned char *ensure(printbuffer * const p, size_t needed) in ensure()
1085 printbuffer * const output_buffer) in print_number()
1155 printbuffer * const output_buffer) in print_string_ptr()
1267 printbuffer * const p) in print_string()
1274 static void update_offset(printbuffer * const buffer) in update_offset()
1287 printbuffer * const output_buffer) in print_array()
1342 printbuffer * const output_buffer) in print_object()
1443 printbuffer * const output_buffer) in print_value()
[all …]
/AliOS-Things-master/components/cjson/src/
A DcJSON.c370 } printbuffer; typedef
373 static unsigned char* ensure(printbuffer * const p, size_t needed) in ensure()
461 static void update_offset(printbuffer * const buffer) in update_offset()
474 static cJSON_bool print_number(const cJSON * const item, printbuffer * const output_buffer) in print_number()
949 static cJSON_bool print_string(const cJSON * const item, printbuffer * const p) in print_string()
956 static cJSON_bool print_value(const cJSON * const item, printbuffer * const output_buffer);
1090 printbuffer buffer[1]; in print()
1164 printbuffer p = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in cJSON_PrintBuffered()
1194 printbuffer p = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in cJSON_PrintPreallocated()
1267 static cJSON_bool print_value(const cJSON * const item, printbuffer * const output_buffer) in print_value()
[all …]

Completed in 10 milliseconds