![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Public Attributes | |
size_t | lineOff |
size_t | charOff |
yajl_lex_error | error |
yajl_buf | buf |
size_t | bufOff |
unsigned int | bufInUse |
unsigned int | allowComments |
unsigned int | validateUTF8 |
yajl_alloc_funcs * | alloc |
Definition at line 68 of file yajl_lex.c.
yajl_alloc_funcs* yajl_lexer_t::alloc |
Definition at line 93 of file yajl_lex.c.
unsigned int yajl_lexer_t::allowComments |
Definition at line 88 of file yajl_lex.c.
yajl_buf yajl_lexer_t::buf |
Definition at line 78 of file yajl_lex.c.
unsigned int yajl_lexer_t::bufInUse |
Definition at line 85 of file yajl_lex.c.
size_t yajl_lexer_t::bufOff |
Definition at line 82 of file yajl_lex.c.
size_t yajl_lexer_t::charOff |
Definition at line 71 of file yajl_lex.c.
yajl_lex_error yajl_lexer_t::error |
Definition at line 74 of file yajl_lex.c.
size_t yajl_lexer_t::lineOff |
Definition at line 70 of file yajl_lex.c.
unsigned int yajl_lexer_t::validateUTF8 |
Definition at line 91 of file yajl_lex.c.