RTS API Documentation
1.10.11
|
Data Fields | |
const unsigned char * | content |
size_t | length |
size_t | offset |
size_t | depth |
internal_hooks | hooks |
const unsigned char* parse_buffer::content |
Definition at line 257 of file cJSON.c.
Referenced by buffer_skip_whitespace(), CJSON_PUBLIC(), parse_number(), parse_string(), parse_value(), and skip_utf8_bom().
size_t parse_buffer::depth |
Definition at line 260 of file cJSON.c.
Referenced by parse_array(), and parse_object().
internal_hooks parse_buffer::hooks |
Definition at line 261 of file cJSON.c.
Referenced by CJSON_PUBLIC(), parse_array(), parse_object(), and parse_string().
size_t parse_buffer::length |
Definition at line 258 of file cJSON.c.
Referenced by buffer_skip_whitespace(), CJSON_PUBLIC(), and parse_string().
size_t parse_buffer::offset |
Definition at line 259 of file cJSON.c.
Referenced by buffer_skip_whitespace(), CJSON_PUBLIC(), parse_array(), parse_number(), parse_object(), parse_string(), parse_value(), and skip_utf8_bom().