PostgreSQL Source Code  git master
TParserPosition Struct Reference

Data Fields

int posbyte
 
int poschar
 
int charlen
 
int lenbytetoken
 
int lenchartoken
 
TParserState state
 
struct TParserPositionprev
 
const TParserStateActionItempushedAtAction
 

Detailed Description

Definition at line 229 of file wparser_def.c.

Field Documentation

◆ charlen

int TParserPosition::charlen

Definition at line 233 of file wparser_def.c.

Referenced by p_isascii(), p_isEOF(), p_ishost(), p_isurlchar(), p_isURLPath(), and TParserGet().

◆ lenbytetoken

int TParserPosition::lenbytetoken

◆ lenchartoken

int TParserPosition::lenchartoken

◆ posbyte

◆ poschar

int TParserPosition::poschar

◆ prev

struct TParserPosition* TParserPosition::prev

Definition at line 237 of file wparser_def.c.

Referenced by TParserClose(), TParserCopyClose(), and TParserGet().

◆ pushedAtAction

const TParserStateActionItem* TParserPosition::pushedAtAction

Definition at line 238 of file wparser_def.c.

Referenced by TParserGet().

◆ state

TParserState TParserPosition::state

Definition at line 236 of file wparser_def.c.

Referenced by p_isURLPath(), TParserCopyInit(), TParserGet(), and TParserInit().


The documentation for this struct was generated from the following file: