Home
last modified time | relevance | path

Searched defs:Fts5Config (Results 1 – 6 of 6) sorted by relevance

/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5Int.h132 typedef struct Fts5Config Fts5Config; typedef
169 struct Fts5Config { struct
170 sqlite3 *db; /* Database handle */
172 char *zName; /* Name of FTS index */
173 int nCol; /* Number of columns */
174 char **azCol; /* Column names */
179 char *zContent; /* content table */
183 char *zContentExprlist;
184 Fts5Tokenizer *pTok;
185 fts5_tokenizer *pTokApi;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5Int.h132 typedef struct Fts5Config Fts5Config; typedef
169 struct Fts5Config { struct
170 sqlite3 *db; /* Database handle */
172 char *zName; /* Name of FTS index */
173 int nCol; /* Number of columns */
174 char **azCol; /* Column names */
179 char *zContent; /* content table */
183 char *zContentExprlist;
184 Fts5Tokenizer *pTok;
185 fts5_tokenizer *pTokApi;
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5Int.h121 typedef struct Fts5Config Fts5Config; typedef
158 struct Fts5Config { struct
159 sqlite3 *db; /* Database handle */
161 char *zName; /* Name of FTS index */
163 char **azCol; /* Column names */
168 char *zContent; /* content table */
172 char *zContentExprlist;
173 Fts5Tokenizer *pTok;
174 fts5_tokenizer *pTokApi;
207 int sqlite3Fts5ConfigParse( argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5Int.h132 typedef struct Fts5Config Fts5Config; typedef
169 struct Fts5Config { struct
170 sqlite3 *db; /* Database handle */
172 char *zName; /* Name of FTS index */
174 char **azCol; /* Column names */
179 char *zContent; /* content table */
183 char *zContentExprlist;
184 Fts5Tokenizer *pTok;
185 fts5_tokenizer *pTokApi;
219 int sqlite3Fts5ConfigParse( argument
[all …]
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-fts/
H A Dfts5.c707 typedef struct Fts5Config Fts5Config; typedef
744 struct Fts5Config { struct
745 sqlite3 *db; /* Database handle */
747 char *zName; /* Name of FTS index */
749 char **azCol; /* Column names */
754 char *zContent; /* content table */
758 char *zContentExprlist;
759 Fts5Tokenizer *pTok;
760 fts5_tokenizer *pTokApi;
792 static int sqlite3Fts5ConfigParse( argument
[all …]
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-fts/
H A Dfts5.c707 typedef struct Fts5Config Fts5Config; typedef
744 struct Fts5Config { struct
745 sqlite3 *db; /* Database handle */
747 char *zName; /* Name of FTS index */
749 char **azCol; /* Column names */
754 char *zContent; /* content table */
758 char *zContentExprlist;
759 Fts5Tokenizer *pTok;
760 fts5_tokenizer *pTokApi;
792 static int sqlite3Fts5ConfigParse( argument
[all …]