Version 7.0
Copyright © 2021 Lowell D. Thomas
APG
… an ABNF Parser Generator
Variables
sabnf-grammar.c File Reference
#include <stdint.h>
Include dependency graph for sabnf-grammar.c:

Go to the source code of this file.

Variables

void * vpSabnfGrammarInit = (void*)&s_parser_init
 

Variable Documentation

◆ cpStringTable

const char* cpStringTable

Definition at line 1419 of file sabnf-grammar.c.

◆ ucpPpptTable

const uint8_t* ucpPpptTable

Definition at line 1420 of file sabnf-grammar.c.

◆ uiAcharTableLength

uint32_t uiAcharTableLength

Definition at line 1416 of file sabnf-grammar.c.

◆ uiParserInitLength

uint32_t uiParserInitLength

Definition at line 1418 of file sabnf-grammar.c.

◆ uiPpptTableLength

uint32_t uiPpptTableLength

Definition at line 1417 of file sabnf-grammar.c.

◆ uiSizeofAchar

uint32_t uiSizeofAchar

Definition at line 1413 of file sabnf-grammar.c.

◆ uiSizeofUint

uint32_t uiSizeofUint

Definition at line 1414 of file sabnf-grammar.c.

◆ uiStringTableLength

uint32_t uiStringTableLength

Definition at line 1415 of file sabnf-grammar.c.

◆ vpAcharTable

const void* vpAcharTable

Definition at line 1421 of file sabnf-grammar.c.

◆ vpParserInit

const void* vpParserInit

Definition at line 1422 of file sabnf-grammar.c.

◆ vpSabnfGrammarInit

void* vpSabnfGrammarInit = (void*)&s_parser_init

Definition at line 1437 of file sabnf-grammar.c.

APG Version 7.0 is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.