Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_vocab.c49 char *zFts5Db; /* Db containing fts5 table */ member
214 pRet->zFts5Db = &pRet->zFts5Tbl[nTab]; in fts5VocabInitVtab()
216 memcpy(pRet->zFts5Db, zDb, nDb); in fts5VocabInitVtab()
218 sqlite3Fts5Dequote(pRet->zFts5Db); 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()