Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dspellfix.c2410 const unsigned char *zMatchThis; /* RHS of the MATCH operator */ in spellfix1FilterForMatch() local
2455 zMatchThis = sqlite3_value_text(argv[0]); in spellfix1FilterForMatch()
2456 if( zMatchThis==0 ) return SQLITE_OK; in spellfix1FilterForMatch()
2459 pMatchStr3 = editDist3FromStringNew(x.pLang, (const char*)zMatchThis, -1); in spellfix1FilterForMatch()
2467 zPattern = (char*)transliterate(zMatchThis, sqlite3_value_bytes(argv[0])); in spellfix1FilterForMatch()
/dports/databases/sqlite-ext-spellfix/sqlite-ext-spellfix-3.8.11.1_1/sqlite-src-3081101/ext/misc/
H A Dspellfix.c2368 const unsigned char *zMatchThis; /* RHS of the MATCH operator */ in spellfix1FilterForMatch() local
2413 zMatchThis = sqlite3_value_text(argv[0]); in spellfix1FilterForMatch()
2414 if( zMatchThis==0 ) return SQLITE_OK; in spellfix1FilterForMatch()
2417 pMatchStr3 = editDist3FromStringNew(x.pLang, (const char*)zMatchThis, -1); in spellfix1FilterForMatch()
2425 zPattern = (char*)transliterate(zMatchThis, sqlite3_value_bytes(argv[0])); in spellfix1FilterForMatch()
/dports/databases/sqlite3/sqlite-src-3350500/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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/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()