Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c500 char *zVocabWord; /* Name of vocabulary table word column */ member
787 sqlite3_free(p->zVocabWord); in amatchFree()
871 sqlite3_free(pNew->zVocabWord); in amatchConnect()
872 pNew->zVocabWord = amatchDequote(zVal); in amatchConnect()
873 if( pNew->zVocabWord==0 ) goto amatchConnectError; in amatchConnect()
1126 p->zVocabWord, p->zVocabTab, in amatchNext()
1127 p->zVocabWord, p->zVocabLang in amatchNext()
1134 p->zVocabWord, p->zVocabTab, in amatchNext()
1135 p->zVocabWord in amatchNext()