#include <picointernal.h>
Data Fields | |
char * | buffer |
int | bufSize |
char * | token |
int | tokenSize |
int | tokenMax |
char * | cursor |
char * | max |
int | curLine |
Definition at line 74 of file picointernal.h.
char* picoParser_s::buffer |
Definition at line 76 of file picointernal.h.
Referenced by _pico_new_parser(), and _pico_parse_ex().
Definition at line 77 of file picointernal.h.
Referenced by _pico_new_parser().
Definition at line 83 of file picointernal.h.
Referenced by _obj_canload(), _pico_new_parser(), and _pico_parse_ex().
char* picoParser_s::cursor |
Definition at line 81 of file picointernal.h.
Referenced by _pico_new_parser(), and _pico_parse_ex().
char* picoParser_s::max |
Definition at line 82 of file picointernal.h.
Referenced by _pico_new_parser(), and _pico_parse_ex().
char* picoParser_s::token |
Definition at line 78 of file picointernal.h.
Referenced by _ase_canload(), _ase_load(), _obj_canload(), _obj_load(), _pico_free_parser(), _pico_new_parser(), _pico_parse(), _pico_parse_check(), _pico_parse_checki(), _pico_parse_ex(), _pico_parse_first(), and _pico_parse_skip_braced().
Definition at line 80 of file picointernal.h.
Referenced by _pico_new_parser().
Definition at line 79 of file picointernal.h.
Referenced by _pico_new_parser(), and _pico_parse_ex().