Searched refs:StatTable (Results 1 – 1 of 1) sorted by relevance
231455 typedef struct StatTable StatTable; typedef231512 struct StatTable { struct231532 StatTable *pTab = 0; argument231551 pTab = (StatTable *)sqlite3_malloc64(sizeof(StatTable));231557 memset(pTab, 0, sizeof(StatTable));231660 StatTable *pTab = (StatTable *)pVTab;231881 StatTable *pTab = (StatTable *)((sqlite3_vtab_cursor *)pCsr)->pVtab;231944 StatTable *pTab = (StatTable *)pCursor->pVtab;232110 StatTable *pTab = (StatTable*)(pCursor->pVtab);