APG
… an ABNF Parser Generator
|
#include <stdint.h>
Go to the source code of this file.
Variables | |
void * | vpSabnfGrammarInit = (void*)&s_parser_init |
const char* cpStringTable |
Definition at line 1419 of file sabnf-grammar.c.
const uint8_t* ucpPpptTable |
Definition at line 1420 of file sabnf-grammar.c.
uint32_t uiAcharTableLength |
Definition at line 1416 of file sabnf-grammar.c.
uint32_t uiParserInitLength |
Definition at line 1418 of file sabnf-grammar.c.
uint32_t uiPpptTableLength |
Definition at line 1417 of file sabnf-grammar.c.
uint32_t uiSizeofAchar |
Definition at line 1413 of file sabnf-grammar.c.
uint32_t uiSizeofUint |
Definition at line 1414 of file sabnf-grammar.c.
uint32_t uiStringTableLength |
Definition at line 1415 of file sabnf-grammar.c.
const void* vpAcharTable |
Definition at line 1421 of file sabnf-grammar.c.
const void* vpParserInit |
Definition at line 1422 of file sabnf-grammar.c.
void* vpSabnfGrammarInit = (void*)&s_parser_init |
Definition at line 1437 of file sabnf-grammar.c.