Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c550 typedef struct EditDist3FromString EditDist3FromString; typedef
611 struct EditDist3FromString { struct
612 char *z; /* The complete text of the FROM string */
613 int n; /* Number of characters in the FROM string */
614 int isPrefix; /* True if ends with '*' character */
615 EditDist3From *a; /* Extra info about each char of the FROM string */