Searched refs:pFts3Tab (Results 1 – 2 of 2) sorted by relevance
32 Fts3Table *pFts3Tab; member103 p->pFts3Tab = (Fts3Table *)&p[1]; in fts3termConnectMethod()104 p->pFts3Tab->zDb = (char *)&p->pFts3Tab[1]; in fts3termConnectMethod()105 p->pFts3Tab->zName = &p->pFts3Tab->zDb[nDb+1]; in fts3termConnectMethod()106 p->pFts3Tab->db = db; in fts3termConnectMethod()107 p->pFts3Tab->nIndex = iIndex+1; in fts3termConnectMethod()110 memcpy((char *)p->pFts3Tab->zDb, zDb, nDb); in fts3termConnectMethod()111 memcpy((char *)p->pFts3Tab->zName, zFts3, nFts3); in fts3termConnectMethod()112 sqlite3Fts3Dequote((char *)p->pFts3Tab->zName); in fts3termConnectMethod()125 Fts3Table *pFts3 = p->pFts3Tab; in fts3termDisconnectMethod()[all …]
25 Fts3Table *pFts3Tab; member105 p->pFts3Tab = (Fts3Table *)&p[1]; in fts3auxConnectMethod()106 p->pFts3Tab->zDb = (char *)&p->pFts3Tab[1]; in fts3auxConnectMethod()107 p->pFts3Tab->zName = &p->pFts3Tab->zDb[nDb+1]; in fts3auxConnectMethod()108 p->pFts3Tab->db = db; in fts3auxConnectMethod()109 p->pFts3Tab->nIndex = 1; in fts3auxConnectMethod()111 memcpy((char *)p->pFts3Tab->zDb, zDb, nDb); in fts3auxConnectMethod()112 memcpy((char *)p->pFts3Tab->zName, zFts3, nFts3); in fts3auxConnectMethod()113 sqlite3Fts3Dequote((char *)p->pFts3Tab->zName); in fts3auxConnectMethod()130 Fts3Table *pFts3 = p->pFts3Tab; in fts3auxDisconnectMethod()[all …]