Searched refs:zFts5Tbl (Results 1 – 1 of 1) sorted by relevance
48 char *zFts5Tbl; /* Name of fts5 table */ member213 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()