PostgreSQL Source Code
git master
|
#include <ts_utils.h>
Data Fields | |
int | npos |
bool | allocated |
bool | negate |
WordEntryPos * | pos |
int | width |
Definition at line 161 of file ts_utils.h.
bool ExecPhraseData::allocated |
Definition at line 164 of file ts_utils.h.
bool ExecPhraseData::negate |
Definition at line 165 of file ts_utils.h.
Referenced by TS_phrase_execute().
int ExecPhraseData::npos |
Definition at line 163 of file ts_utils.h.
Referenced by hlCover(), TS_execute_locations_recurse(), and TS_phrase_execute().
WordEntryPos* ExecPhraseData::pos |
Definition at line 166 of file ts_utils.h.
Referenced by hlCover(), and TS_phrase_output().
int ExecPhraseData::width |
Definition at line 167 of file ts_utils.h.
Referenced by hlCover(), TS_execute_locations_recurse(), and TS_phrase_execute().