Lines Matching refs:zWord
474 char zWord[4]; /* Text of the word. Extra space appended as needed */ member
1058 pWord->zWord+2, pWord->nMatch, pCur->zInput, pCur->zInput, in amatchAddWord()
1059 pWord->rCost, pWord->zWord, pWord->zCost); in amatchAddWord()
1066 pWord->rCost, pWord->zWord, pWord->zCost); in amatchAddWord()
1086 pWord->sWord.zKey = pWord->zWord; in amatchAddWord()
1088 amatchStrcpy(pWord->zWord, pCur->zBuf); in amatchAddWord()
1092 printf("INSERT [%s][%.*s^%s] %d (\"%s\" \"%s\")\n", pWord->zWord+2, in amatchAddWord()
1094 pWord->zWord, pWord->zCost); in amatchAddWord()
1155 pWord->zWord+2, pWord->nMatch, pCur->zInput, pCur->zInput+pWord->nMatch, in amatchNext()
1156 pWord->rCost, pWord->zWord, pWord->zCost); in amatchNext()
1158 nWord = (int)strlen(pWord->zWord+2); in amatchNext()
1164 amatchStrcpy(zBuf, pWord->zWord+2); in amatchNext()
1237 pWord->nMatch+pRule->nFrom, pWord->zWord+2, pRule->zTo); in amatchNext()
1257 const char *zWord = "*"; in amatchFilter() local
1263 zWord = (const char*)sqlite3_value_text(argv[0]); in amatchFilter()
1274 pCur->zInput = sqlite3_mprintf("%s", zWord); in amatchFilter()
1290 sqlite3_result_text(ctx, pCur->pCurrent->zWord+2, -1, SQLITE_STATIC); in amatchColumn()