PostgreSQL Source Code
git master
|
#include <ts_utils.h>
Data Fields | |
int | npos |
bool | allocated |
bool | negate |
WordEntryPos * | pos |
int | width |
Definition at line 157 of file ts_utils.h.
bool ExecPhraseData::allocated |
Definition at line 160 of file ts_utils.h.
Referenced by checkclass_str(), checkcondition_HL(), checkcondition_str(), and TS_phrase_output().
bool ExecPhraseData::negate |
Definition at line 161 of file ts_utils.h.
Referenced by TS_phrase_execute().
int ExecPhraseData::npos |
Definition at line 159 of file ts_utils.h.
Referenced by checkclass_str(), checkcondition_HL(), checkcondition_QueryOperand(), checkcondition_str(), TS_phrase_execute(), and TS_phrase_output().
WordEntryPos* ExecPhraseData::pos |
Definition at line 162 of file ts_utils.h.
Referenced by checkclass_str(), checkcondition_HL(), checkcondition_QueryOperand(), checkcondition_str(), and TS_phrase_output().
int ExecPhraseData::width |
Definition at line 163 of file ts_utils.h.
Referenced by TS_phrase_execute().