Home
last modified time | relevance | path

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

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts3/
H A Dfts3_write.c86 struct Fts3SegReader { struct
92 sqlite3_int64 iCurrentBlock; /* Current leaf block (or 0) */
94 char *aNode; /* Pointer to node data (or NULL) */
95 int nNode; /* Size of buffer at aNode (or 0) */
96 Fts3HashElem **ppNextElem;
103 int nTerm; /* Number of bytes in current term */
104 char *zTerm; /* Pointer to current term */
105 int nTermAlloc; /* Allocated size of zTerm buffer */
107 int nDoclist; /* Size of doclist in current entry */
110 char *pOffsetList;
[all …]
H A Dfts3Int.h109 typedef struct Fts3SegReader Fts3SegReader; typedef
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3_write.c137 struct Fts3SegReader { struct
139 u8 bLookup; /* True for a lookup only */
140 u8 rootOnly; /* True for a root-only reader */
145 sqlite3_int64 iCurrentBlock; /* Current leaf block (or 0) */
147 char *aNode; /* Pointer to node data (or NULL) */
148 int nNode; /* Size of buffer at aNode (or 0) */
152 Fts3HashElem **ppNextElem;
160 char *zTerm; /* Pointer to current term */
161 int nTermAlloc; /* Allocated size of zTerm buffer */
168 char *pOffsetList;
[all …]
H A Dfts3Int.h222 typedef struct Fts3SegReader Fts3SegReader; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c137 struct Fts3SegReader { struct
139 u8 bLookup; /* True for a lookup only */
140 u8 rootOnly; /* True for a root-only reader */
145 sqlite3_int64 iCurrentBlock; /* Current leaf block (or 0) */
147 char *aNode; /* Pointer to node data (or NULL) */
148 int nNode; /* Size of buffer at aNode (or 0) */
152 Fts3HashElem **ppNextElem;
160 char *zTerm; /* Pointer to current term */
161 int nTermAlloc; /* Allocated size of zTerm buffer */
168 char *pOffsetList;
[all …]
H A Dfts3Int.h220 typedef struct Fts3SegReader Fts3SegReader; typedef
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3_write.c137 struct Fts3SegReader { struct
139 u8 bLookup; /* True for a lookup only */
140 u8 rootOnly; /* True for a root-only reader */
145 sqlite3_int64 iCurrentBlock; /* Current leaf block (or 0) */
147 char *aNode; /* Pointer to node data (or NULL) */
148 int nNode; /* Size of buffer at aNode (or 0) */
152 Fts3HashElem **ppNextElem;
160 char *zTerm; /* Pointer to current term */
161 int nTermAlloc; /* Allocated size of zTerm buffer */
168 char *pOffsetList;
[all …]
H A Dfts3Int.h203 typedef struct Fts3SegReader Fts3SegReader; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c137 struct Fts3SegReader { struct
139 u8 bLookup; /* True for a lookup only */
140 u8 rootOnly; /* True for a root-only reader */
145 sqlite3_int64 iCurrentBlock; /* Current leaf block (or 0) */
147 char *aNode; /* Pointer to node data (or NULL) */
148 int nNode; /* Size of buffer at aNode (or 0) */
152 Fts3HashElem **ppNextElem;
160 char *zTerm; /* Pointer to current term */
161 int nTermAlloc; /* Allocated size of zTerm buffer */
168 char *pOffsetList;
[all …]
H A Dfts3Int.h222 typedef struct Fts3SegReader Fts3SegReader; typedef