Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_term.c32 Fts3Table *pFts3Tab; member
103 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 …]
H A Dfts3_aux.c25 Fts3Table *pFts3Tab; member
105 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 …]