Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dspellfix.c1816 struct spellfix1_row { /* For each row of content */ struct
1817 sqlite3_int64 iRowid; /* Rowid for this row */
1818 char *zWord; /* Text for this row */
1819 int iRank; /* Rank for this row */
1820 int iDistance; /* Distance from pattern for this row */
1821 int iScore; /* Score for sorting */
1822 int iMatchlen; /* Value of matchlen column (or -1) */
1823 char zHash[SPELLFIX_MX_HASH]; /* the phonehash used for this match */
/dports/databases/sqlite-ext-spellfix/sqlite-ext-spellfix-3.8.11.1_1/sqlite-src-3081101/ext/misc/
H A Dspellfix.c1781 struct spellfix1_row { /* For each row of content */ struct
1782 sqlite3_int64 iRowid; /* Rowid for this row */
1783 char *zWord; /* Text for this row */
1784 int iRank; /* Rank for this row */
1785 int iDistance; /* Distance from pattern for this row */
1786 int iScore; /* Score for sorting */
1787 int iMatchlen; /* Value of matchlen column (or -1) */
1788 char zHash[SPELLFIX_MX_HASH]; /* the phonehash used for this match */
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dspellfix.c1937 struct spellfix1_row { /* For each row of content */ struct
1938 sqlite3_int64 iRowid; /* Rowid for this row */
1939 char *zWord; /* Text for this row */
1940 int iRank; /* Rank for this row */
1941 int iDistance; /* Distance from pattern for this row */
1942 int iScore; /* Score for sorting */
1943 int iMatchlen; /* Value of matchlen column (or -1) */
1944 char zHash[SPELLFIX_MX_HASH]; /* the phonehash used for this match */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dspellfix.c1937 struct spellfix1_row { /* For each row of content */ struct
1938 sqlite3_int64 iRowid; /* Rowid for this row */
1939 char *zWord; /* Text for this row */
1940 int iRank; /* Rank for this row */
1941 int iDistance; /* Distance from pattern for this row */
1942 int iScore; /* Score for sorting */
1943 int iMatchlen; /* Value of matchlen column (or -1) */
1944 char zHash[SPELLFIX_MX_HASH]; /* the phonehash used for this match */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dspellfix.c1937 struct spellfix1_row { /* For each row of content */ struct
1938 sqlite3_int64 iRowid; /* Rowid for this row */
1939 char *zWord; /* Text for this row */
1940 int iRank; /* Rank for this row */
1941 int iDistance; /* Distance from pattern for this row */
1942 int iScore; /* Score for sorting */
1943 int iMatchlen; /* Value of matchlen column (or -1) */
1944 char zHash[SPELLFIX_MX_HASH]; /* the phonehash used for this match */