Home
last modified time | relevance | path

Searched defs:Fts3Expr (Results 1 – 10 of 10) sorted by relevance

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts3/
H A Dfts3Int.h103 typedef struct Fts3Expr Fts3Expr; typedef
248 struct Fts3Expr { struct
251 Fts3Expr *pParent; /* pParent->pLeft==this or pParent->pRight==this */ argument
252 Fts3Expr *pLeft; /* Left operand */ argument
253 Fts3Expr *pRight; /* Right operand */ argument
254 Fts3Phrase *pPhrase; /* Valid if eType==FTSQUERY_PHRASE */
256 int isLoaded; /* True if aDoclist/nDoclist are initialized. */
257 char *aDoclist; /* Buffer containing doclist */
258 int nDoclist; /* Size of aDoclist in bytes */
260 sqlite3_int64 iCurrent;
[all …]
H A Dfts3_snippet.c141 int (*x)(Fts3Expr*,int,void*), /* Callback function to invoke for phrases */ in fts3ExprIterate2()
172 int (*x)(Fts3Expr*,int,void*), /* Callback function to invoke for phrases */ in fts3ExprIterate()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3Int.h196 typedef struct Fts3Expr Fts3Expr; typedef
426 struct Fts3Expr { struct
429 Fts3Expr *pParent; /* pParent->pLeft==this or pParent->pRight==this */ argument
430 Fts3Expr *pLeft; /* Left operand */ argument
431 Fts3Expr *pRight; /* Right operand */ argument
432 Fts3Phrase *pPhrase; /* Valid if eType==FTSQUERY_PHRASE */
435 sqlite3_int64 iDocid; /* Current docid */
436 u8 bEof; /* True this expression is at EOF already */
437 u8 bStart; /* True if iDocid is valid */
441 int iPhrase; /* Index of this phrase in matchinfo() results */
[all …]
H A Dfts3_snippet.c247 int (*x)(Fts3Expr*,int,void*), /* Callback function to invoke for phrases */ in fts3ExprIterate2()
278 int (*x)(Fts3Expr*,int,void*), /* Callback function to invoke for phrases */ in fts3ExprIterate()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3Int.h215 typedef struct Fts3Expr Fts3Expr; typedef
456 struct Fts3Expr { struct
459 Fts3Expr *pParent; /* pParent->pLeft==this or pParent->pRight==this */ argument
460 Fts3Expr *pLeft; /* Left operand */ argument
461 Fts3Expr *pRight; /* Right operand */ argument
462 Fts3Phrase *pPhrase; /* Valid if eType==FTSQUERY_PHRASE */
465 sqlite3_int64 iDocid; /* Current docid */
466 u8 bEof; /* True this expression is at EOF already */
467 u8 bStart; /* True if iDocid is valid */
471 int iPhrase; /* Index of this phrase in matchinfo() results */
[all …]
H A Dfts3_snippet.c249 int (*x)(Fts3Expr*,int,void*), /* Callback function to invoke for phrases */ in fts3ExprIterate2()
280 int (*x)(Fts3Expr*,int,void*), /* Callback function to invoke for phrases */ in fts3ExprIterate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h213 typedef struct Fts3Expr Fts3Expr; typedef
454 struct Fts3Expr { struct
457 Fts3Expr *pParent; /* pParent->pLeft==this or pParent->pRight==this */ argument
458 Fts3Expr *pLeft; /* Left operand */ argument
459 Fts3Expr *pRight; /* Right operand */ argument
460 Fts3Phrase *pPhrase; /* Valid if eType==FTSQUERY_PHRASE */
463 sqlite3_int64 iDocid; /* Current docid */
464 u8 bEof; /* True this expression is at EOF already */
465 u8 bStart; /* True if iDocid is valid */
469 int iPhrase; /* Index of this phrase in matchinfo() results */
[all …]
H A Dfts3_snippet.c249 int (*x)(Fts3Expr*,int,void*), /* Callback function to invoke for phrases */ in fts3ExprIterate2()
280 int (*x)(Fts3Expr*,int,void*), /* Callback function to invoke for phrases */ in fts3ExprIterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h215 typedef struct Fts3Expr Fts3Expr; typedef
456 struct Fts3Expr { struct
459 Fts3Expr *pParent; /* pParent->pLeft==this or pParent->pRight==this */ argument
460 Fts3Expr *pLeft; /* Left operand */ argument
461 Fts3Expr *pRight; /* Right operand */ argument
462 Fts3Phrase *pPhrase; /* Valid if eType==FTSQUERY_PHRASE */
465 sqlite3_int64 iDocid; /* Current docid */
466 u8 bEof; /* True this expression is at EOF already */
467 u8 bStart; /* True if iDocid is valid */
471 int iPhrase; /* Index of this phrase in matchinfo() results */
[all …]
H A Dfts3_snippet.c249 int (*x)(Fts3Expr*,int,void*), /* Callback function to invoke for phrases */ in fts3ExprIterate2()
280 int (*x)(Fts3Expr*,int,void*), /* Callback function to invoke for phrases */ in fts3ExprIterate()