Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dspellfix.c1790 typedef struct spellfix1_cursor spellfix1_cursor; typedef
1803 struct spellfix1_cursor { struct
1804 sqlite3_vtab_cursor base; /* Base class - must be first */
1806 char *zPattern; /* rhs of MATCH clause */
1808 int nRow; /* Number of rows of content */
1809 int nAlloc; /* Number of allocated rows */
1810 int iRow; /* Current row of content */
1812 int iTop; /* Value of the top= constraint */
1813 int iScope; /* Value of the scope= constraint */
1816 struct spellfix1_row { /* For each row of content */
[all …]
/dports/databases/sqlite-ext-spellfix/sqlite-ext-spellfix-3.8.11.1_1/sqlite-src-3081101/ext/misc/
H A Dspellfix.c1756 typedef struct spellfix1_cursor spellfix1_cursor; typedef
1769 struct spellfix1_cursor { struct
1770 sqlite3_vtab_cursor base; /* Base class - must be first */
1772 char *zPattern; /* rhs of MATCH clause */
1773 int nRow; /* Number of rows of content */
1774 int nAlloc; /* Number of allocated rows */
1775 int iRow; /* Current row of content */
1777 int iTop; /* Value of the top= constraint */
1778 int iScope; /* Value of the scope= constraint */
1781 struct spellfix1_row { /* For each row of content */
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dspellfix.c1911 typedef struct spellfix1_cursor spellfix1_cursor; typedef
1924 struct spellfix1_cursor { struct
1925 sqlite3_vtab_cursor base; /* Base class - must be first */
1927 char *zPattern; /* rhs of MATCH clause */
1929 int nRow; /* Number of rows of content */
1930 int nAlloc; /* Number of allocated rows */
1931 int iRow; /* Current row of content */
1933 int iTop; /* Value of the top= constraint */
1934 int iScope; /* Value of the scope= constraint */
1937 struct spellfix1_row { /* For each row of content */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dspellfix.c1911 typedef struct spellfix1_cursor spellfix1_cursor; typedef
1924 struct spellfix1_cursor { struct
1925 sqlite3_vtab_cursor base; /* Base class - must be first */
1927 char *zPattern; /* rhs of MATCH clause */
1929 int nRow; /* Number of rows of content */
1930 int nAlloc; /* Number of allocated rows */
1931 int iRow; /* Current row of content */
1933 int iTop; /* Value of the top= constraint */
1934 int iScope; /* Value of the scope= constraint */
1937 struct spellfix1_row { /* For each row of content */
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dspellfix.c1911 typedef struct spellfix1_cursor spellfix1_cursor; typedef
1924 struct spellfix1_cursor { struct
1925 sqlite3_vtab_cursor base; /* Base class - must be first */
1927 char *zPattern; /* rhs of MATCH clause */
1929 int nRow; /* Number of rows of content */
1930 int nAlloc; /* Number of allocated rows */
1931 int iRow; /* Current row of content */
1933 int iTop; /* Value of the top= constraint */
1934 int iScope; /* Value of the scope= constraint */
1937 struct spellfix1_row { /* For each row of content */
[all …]