PostgreSQL Source Code: ExecPhraseData Struct Reference (original) (raw)

#include <[ts_utils.h](ts%5F%5Futils%5F8h%5Fsource.html)>

Data Fields
int npos
bool allocated
bool negate
WordEntryPos * pos
int width

Detailed Description

Definition at line 161 of file ts_utils.h.

Field Documentation

allocated

bool ExecPhraseData::allocated

Definition at line 164 of file ts_utils.h.

negate

bool ExecPhraseData::negate

Definition at line 165 of file ts_utils.h.

Referenced by TS_phrase_execute().

npos

int ExecPhraseData::npos

Definition at line 163 of file ts_utils.h.

Referenced by hlCover(), TS_execute_locations_recurse(), and TS_phrase_execute().

pos

WordEntryPos* ExecPhraseData::pos

Definition at line 166 of file ts_utils.h.

Referenced by hlCover(), and TS_phrase_output().

width

int ExecPhraseData::width

Definition at line 167 of file ts_utils.h.

Referenced by hlCover(), TS_execute_locations_recurse(), and TS_phrase_execute().


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