Lines Matching refs:zWord
1939 char *zWord; /* Text for this row */ member
2158 sqlite3_free(pCur->a[i].zWord); in spellfix1ResetCursor()
2389 const char *zWord; in spellfix1RunQuery() local
2456 zWord = (const char*)sqlite3_column_text(pStmt, 1); in spellfix1RunQuery()
2457 iDist = editDist3Core(p->pMatchStr3, zWord, nWord, p->pLang, &iMatchlen); in spellfix1RunQuery()
2489 sqlite3_free(pCur->a[idx].zWord); in spellfix1RunQuery()
2494 pCur->a[idx].zWord = sqlite3_mprintf("%s", sqlite3_column_text(pStmt, 1)); in spellfix1RunQuery()
2495 if( pCur->a[idx].zWord==0 ){ in spellfix1RunQuery()
2743 sqlite3_result_text(ctx, pCur->a[pCur->iRow].zWord, -1, SQLITE_STATIC); in spellfix1Column()
2766 char *zWord = pCur->a[pCur->iRow].zWord; in spellfix1Column() local
2767 int nWord = (int)strlen(zWord); in spellfix1Column()
2772 zTranslit = (char *)transliterate((unsigned char *)zWord, nWord); in spellfix1Column()
2777 iMatchlen = translen_to_charlen(zWord, nWord, iMatchlen); in spellfix1Column()
2779 iMatchlen = utf8Charlen(zWord, nWord); in spellfix1Column()
2869 const unsigned char *zWord = sqlite3_value_text(argv[SPELLFIX_COL_WORD+2]); in spellfix1Update() local
2881 if( zWord==0 ){ in spellfix1Update()
2918 zK1 = (char*)transliterate(zWord, nWord); in spellfix1Update()
2935 iRank, iLang, zWord, zK1, zWord, zK2 in spellfix1Update()
2943 newRowid, iRank, iLang, zWord, zK1, zWord, zK2 in spellfix1Update()
2954 zWord, zK1, zWord, zK2, rowid in spellfix1Update()