Home
last modified time | relevance | path

Searched refs:spellfix1_vtab (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c1910 typedef struct spellfix1_vtab spellfix1_vtab; typedef
1914 struct spellfix1_vtab { struct
1926 spellfix1_vtab *pVTab; /* The table to which this cursor belongs */ argument
1979 spellfix1_vtab *p = (spellfix1_vtab*)pVTab; in spellfix1Uninit()
2051 spellfix1_vtab *pNew = 0; in spellfix1Init()
2332 spellfix1_vtab *p = (spellfix1_vtab*)pVTab; in spellfix1Open()
2543 spellfix1_vtab *p = pCur->pVTab; /* The virtual table that owns pCur */ in spellfix1FilterForMatch()
2649 spellfix1_vtab *pVTab = pCur->pVTab; in spellfix1FilterForFullScan()
2859 spellfix1_vtab *p = (spellfix1_vtab*)pVTab; in spellfix1Update()
2967 spellfix1_vtab *p = (spellfix1_vtab*)pVTab; in spellfix1Rename()