Searched refs:Fts3termTable (Results 1 – 1 of 1) sorted by relevance
26 typedef struct Fts3termTable Fts3termTable; typedef29 struct Fts3termTable { struct73 Fts3termTable *p; /* Virtual table object to return */ in fts3termConnectMethod()98 nByte = sizeof(Fts3termTable) + sizeof(Fts3Table) + nDb + nFts3 + 2; in fts3termConnectMethod()99 p = (Fts3termTable *)sqlite3_malloc64(nByte); in fts3termConnectMethod()124 Fts3termTable *p = (Fts3termTable *)pVtab; in fts3termDisconnectMethod()184 Fts3Table *pFts3 = ((Fts3termTable *)pCursor->pVtab)->pFts3Tab; in fts3termCloseMethod()198 Fts3Table *pFts3 = ((Fts3termTable *)pCursor->pVtab)->pFts3Tab; in fts3termNextMethod()256 Fts3termTable *p = (Fts3termTable *)pCursor->pVtab; in fts3termFilterMethod()