Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2532 const unsigned char *zMatchThis; /* RHS of the MATCH operator */ in spellfix1FilterForMatch() local
2577 zMatchThis = sqlite3_value_text(argv[0]); in spellfix1FilterForMatch()
2578 if( zMatchThis==0 ) return SQLITE_OK; in spellfix1FilterForMatch()
2581 pMatchStr3 = editDist3FromStringNew(x.pLang, (const char*)zMatchThis, -1); in spellfix1FilterForMatch()
2589 zPattern = (char*)transliterate(zMatchThis, sqlite3_value_bytes(argv[0])); in spellfix1FilterForMatch()