Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_vocab.c48 char *zFts5Tbl; /* Name of fts5 table */ member
213 pRet->zFts5Tbl = (char*)&pRet[1]; in fts5VocabInitVtab()
214 pRet->zFts5Db = &pRet->zFts5Tbl[nTab]; in fts5VocabInitVtab()
215 memcpy(pRet->zFts5Tbl, zTab, nTab); in fts5VocabInitVtab()
217 sqlite3Fts5Dequote(pRet->zFts5Tbl); in fts5VocabInitVtab()
339 "recursive definition for %s.%s", pTab->zFts5Db, pTab->zFts5Tbl in fts5VocabOpenMethod()
345 pTab->zFts5Tbl, pTab->zFts5Db, pTab->zFts5Tbl, pTab->zFts5Tbl in fts5VocabOpenMethod()
367 "no such fts5 table: %s.%s", pTab->zFts5Db, pTab->zFts5Tbl in fts5VocabOpenMethod()