Searched defs:EditDist3FromString (Results 1 – 1 of 1) sorted by relevance
550 typedef struct EditDist3FromString EditDist3FromString; typedef611 struct EditDist3FromString { struct612 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 */