Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c600 EditDist3Cost **apSubst; /* Array of substitution costs for this element */ member
884 sqlite3_free(p->a[i].apSubst); in editDist3FromStringDelete()
935 apNew = sqlite3_realloc64(pFrom->apSubst, in editDist3FromStringNew()
938 pFrom->apSubst = apNew; in editDist3FromStringNew()
1092 p = f.a[i1].apSubst[k]; in editDist3Core()