Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.c247 } parse_buffer; typedef
258 static cJSON_bool parse_number(cJSON *const item, parse_buffer *const input_buffer) in parse_number()
624 static cJSON_bool parse_string(cJSON *const item, parse_buffer *const input_buffer) in parse_string()
834 static cJSON_bool parse_value(cJSON *const item, parse_buffer *const input_buffer);
836 static cJSON_bool parse_array(cJSON *const item, parse_buffer *const input_buffer);
838 static cJSON_bool parse_object(cJSON *const item, parse_buffer *const input_buffer);
842 static parse_buffer *buffer_skip_whitespace(parse_buffer *const buffer) in buffer_skip_whitespace()
856 static parse_buffer *skip_utf8_bom(parse_buffer *const buffer) in skip_utf8_bom()
880 parse_buffer buffer = { in cJSON_ParseWithLengthOpts()
1051 static cJSON_bool parse_value(cJSON *const item, parse_buffer *const input_buffer) in parse_value()
[all …]