Searched refs:parse_buffer (Results 1 – 1 of 1) sorted by relevance
/external/iperf3/src/ |
D | cjson.c | 218 } parse_buffer; typedef 230 static cJSON_bool parse_number(cJSON * const item, parse_buffer * const input_buffer) in parse_number() 654 static cJSON_bool parse_string(cJSON * const item, parse_buffer * const input_buffer) in parse_string() 911 static cJSON_bool parse_value(cJSON * const item, parse_buffer * const input_buffer); 913 static cJSON_bool parse_array(cJSON * const item, parse_buffer * const input_buffer); 915 static cJSON_bool parse_object(cJSON * const item, parse_buffer * const input_buffer); 919 static parse_buffer *buffer_skip_whitespace(parse_buffer * const buffer) in buffer_skip_whitespace() 942 parse_buffer buffer = { 0, 0, 0, 0, { 0, 0, 0 } }; in cJSON_ParseWithOpts() 1151 static cJSON_bool parse_value(cJSON * const item, parse_buffer * const input_buffer) in parse_value() 1285 static cJSON_bool parse_array(cJSON * const item, parse_buffer * const input_buffer) in parse_array() [all …]
|