Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c499 char *zVocabTab; /* Name of vocabulary table */ member
786 sqlite3_free(p->zVocabTab); in amatchFree()
864 sqlite3_free(pNew->zVocabTab); in amatchConnect()
865 pNew->zVocabTab = amatchDequote(zVal); in amatchConnect()
866 if( pNew->zVocabTab==0 ) goto amatchConnectError; in amatchConnect()
1126 p->zVocabWord, p->zVocabTab, in amatchNext()
1134 p->zVocabWord, p->zVocabTab, in amatchNext()