Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2366 typedef struct MatchQuery { struct
2381 } MatchQuery; argument
2387 static void spellfix1RunQuery(MatchQuery *p, const char *zQuery, int nQuery){ in spellfix1RunQuery()
2544 MatchQuery x; /* For passing info to RunQuery() */ in spellfix1FilterForMatch()