|
APG
… an ABNF Parser Generator
|
The universal-mode back reference object. More...

Go to the source code of this file.
Functions | |
| void * | vpBkruCtor (parser *spParserCtx) |
| void | vBkruRuleOpen (void *vpCtx, aint uiIndex) |
| void | vBkruRuleClose (void *vpCtx, aint uiIndex, aint uiState, aint uiPhraseOffset, aint uiPhraseLength) |
| void | vBkruUdtClose (void *vpCtx, aint uiIndex, aint uiState, aint uiPhraseOffset, aint uiPhraseLength) |
| void | vBkruOpOpen (void *vpCtx) |
| void | vBkruOpClose (void *vpCtx, aint uiState) |
| bkr_phrase | sBkruFetch (void *vpCtx, aint uiIndex) |
The universal-mode back reference object.
For internal parser use only. Should never be called by the application.
Definition in file backrefu.h.
| bkr_phrase sBkruFetch | ( | void * | vpCtx, |
| aint | uiIndex | ||
| ) |
Definition at line 358 of file backrefu.c.
| void vBkruOpClose | ( | void * | vpCtx, |
| aint | uiState | ||
| ) |
Definition at line 340 of file backrefu.c.
| void vBkruOpOpen | ( | void * | vpCtx | ) |
Definition at line 327 of file backrefu.c.
| void vBkruRuleClose | ( | void * | vpCtx, |
| aint | uiIndex, | ||
| aint | uiState, | ||
| aint | uiPhraseOffset, | ||
| aint | uiPhraseLength | ||
| ) |
Definition at line 295 of file backrefu.c.
| void vBkruRuleOpen | ( | void * | vpCtx, |
| aint | uiIndex | ||
| ) |
Definition at line 282 of file backrefu.c.
| void vBkruUdtClose | ( | void * | vpCtx, |
| aint | uiIndex, | ||
| aint | uiState, | ||
| aint | uiPhraseOffset, | ||
| aint | uiPhraseLength | ||
| ) |
Definition at line 320 of file backrefu.c.
| void* vpBkruCtor | ( | parser * | spParserCtx | ) |
Definition at line 100 of file backrefu.c.
1.8.17