|
APG
… an ABNF Parser Generator
|
#include <stdint.h>
Go to the source code of this file.
Variables | |
| void * | vpJsonGrammarInit = (void*)&s_parser_init |
| const char* cpStringTable |
Definition at line 1613 of file json-grammar.c.
| const uint8_t* ucpPpptTable |
Definition at line 1614 of file json-grammar.c.
| uint32_t uiAcharTableLength |
Definition at line 1610 of file json-grammar.c.
| uint32_t uiParserInitLength |
Definition at line 1612 of file json-grammar.c.
| uint32_t uiPpptTableLength |
Definition at line 1611 of file json-grammar.c.
| uint32_t uiSizeofAchar |
Definition at line 1607 of file json-grammar.c.
| uint32_t uiSizeofUint |
Definition at line 1608 of file json-grammar.c.
| uint32_t uiStringTableLength |
Definition at line 1609 of file json-grammar.c.
| const void* vpAcharTable |
Definition at line 1615 of file json-grammar.c.
| void* vpJsonGrammarInit = (void*)&s_parser_init |
Definition at line 1631 of file json-grammar.c.
| const void* vpParserInit |
Definition at line 1616 of file json-grammar.c.
1.8.17