Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c26 } parse_buffer; typedef
51 static parse_buffer *buffer_skip_whitespace(parse_buffer *const buffer) in buffer_skip_whitespace()
70 static parse_buffer *skip_utf8_bom(parse_buffer *const buffer) in skip_utf8_bom()
462 parse_buffer buffer; in lite_cjson_parse()
468 memset(&buffer, 0, sizeof(parse_buffer)); in lite_cjson_parse()
523 parse_buffer buffer; in lite_cjson_array_item()
524 parse_buffer *p_buffer = &buffer; in lite_cjson_array_item()
593 parse_buffer buffer; in _lite_cjson_object_item()
594 parse_buffer *p_buffer = &buffer; in _lite_cjson_object_item()
824 parse_buffer buffer; in lite_cjson_object_item_by_index()
[all …]
/AliOS-Things-master/components/cjson/src/
A DcJSON.c255 } parse_buffer; typedef
266 static cJSON_bool parse_number(cJSON * const item, parse_buffer * const input_buffer) in parse_number()
698 static cJSON_bool parse_string(cJSON * const item, parse_buffer * const input_buffer) in parse_string()
955 static cJSON_bool parse_value(cJSON * const item, parse_buffer * const input_buffer);
957 static cJSON_bool parse_array(cJSON * const item, parse_buffer * const input_buffer);
963 static parse_buffer *buffer_skip_whitespace(parse_buffer * const buffer) in buffer_skip_whitespace()
984 static parse_buffer *skip_utf8_bom(parse_buffer * const buffer) in skip_utf8_bom()
1002 parse_buffer buffer = { 0, 0, 0, 0, { 0, 0, 0 } }; in cJSON_ParseWithOpts()
1212 static cJSON_bool parse_value(cJSON * const item, parse_buffer * const input_buffer) in parse_value()
1341 static cJSON_bool parse_array(cJSON * const item, parse_buffer * const input_buffer) in parse_array()
[all …]

Completed in 10 milliseconds