Home
last modified time | relevance | path

Searched defs:SnippetFragment (Results 1 – 5 of 5) sorted by relevance

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts3/
H A Dfts3_snippet.c54 typedef struct SnippetFragment SnippetFragment; typedef
74 struct SnippetFragment { struct
75 int iCol; /* Column snippet is extracted from */
76 int iPos; /* Index of first token in snippet */
77 u64 covered; /* Mask of query phrases covered */
78 u64 hlmask; /* Mask of snippet terms to highlight */
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3_snippet.c56 typedef struct SnippetFragment SnippetFragment; typedef
76 struct SnippetFragment { struct
77 int iCol; /* Column snippet is extracted from */
78 int iPos; /* Index of first token in snippet */
79 u64 covered; /* Mask of query phrases covered */
80 u64 hlmask; /* Mask of snippet terms to highlight */
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3_snippet.c56 typedef struct SnippetFragment SnippetFragment; typedef
76 struct SnippetFragment { struct
77 int iCol; /* Column snippet is extracted from */
78 int iPos; /* Index of first token in snippet */
79 u64 covered; /* Mask of query phrases covered */
80 u64 hlmask; /* Mask of snippet terms to highlight */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c56 typedef struct SnippetFragment SnippetFragment; typedef
76 struct SnippetFragment { struct
77 int iCol; /* Column snippet is extracted from */
78 int iPos; /* Index of first token in snippet */
79 u64 covered; /* Mask of query phrases covered */
80 u64 hlmask; /* Mask of snippet terms to highlight */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c56 typedef struct SnippetFragment SnippetFragment; typedef
76 struct SnippetFragment { struct
77 int iCol; /* Column snippet is extracted from */
78 int iPos; /* Index of first token in snippet */
79 u64 covered; /* Mask of query phrases covered */
80 u64 hlmask; /* Mask of snippet terms to highlight */