Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_aux.c20 typedef struct Fts3auxTable Fts3auxTable; typedef
23 struct Fts3auxTable { struct
71 Fts3auxTable *p; /* Virtual table object to return */ in fts3auxConnectMethod()
100 nByte = sizeof(Fts3auxTable) + sizeof(Fts3Table) + nDb + nFts3 + 2; in fts3auxConnectMethod()
101 p = (Fts3auxTable *)sqlite3_malloc64(nByte); in fts3auxConnectMethod()
129 Fts3auxTable *p = (Fts3auxTable *)pVtab; in fts3auxDisconnectMethod()
236 Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab; in fts3auxCloseMethod()
269 Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab; in fts3auxNextMethod()
373 Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab; in fts3auxFilterMethod()