Lines Matching refs:parse_buffer
301 } parse_buffer; typedef
312 static cJSON_bool parse_number(cJSON * const item, parse_buffer * const input_buffer) in parse_number()
778 static cJSON_bool parse_string(cJSON * const item, parse_buffer * const input_buffer) in parse_string()
1035 static cJSON_bool parse_value(cJSON * const item, parse_buffer * const input_buffer);
1037 static cJSON_bool parse_array(cJSON * const item, parse_buffer * const input_buffer);
1039 static cJSON_bool parse_object(cJSON * const item, parse_buffer * const input_buffer);
1043 static parse_buffer *buffer_skip_whitespace(parse_buffer * const buffer) in buffer_skip_whitespace()
1069 static parse_buffer *skip_utf8_bom(parse_buffer * const buffer) in skip_utf8_bom()
1102 parse_buffer buffer = { 0, 0, 0, 0, { 0, 0, 0 } }; in cJSON_ParseWithLengthOpts()
1317 static cJSON_bool parse_value(cJSON * const item, parse_buffer * const input_buffer) in parse_value()
1446 static cJSON_bool parse_array(cJSON * const item, parse_buffer * const input_buffer) in parse_array()
1602 static cJSON_bool parse_object(cJSON * const item, parse_buffer * const input_buffer) in parse_object()