Searched refs:StatTable (Results 1 – 1 of 1) sorted by relevance
86 typedef struct StatTable StatTable; typedef143 struct StatTable { struct163 StatTable *pTab = 0; in statConnect() argument181 pTab = (StatTable *)sqlite3_malloc64(sizeof(StatTable)); in statConnect()187 memset(pTab, 0, sizeof(StatTable)); in statConnect()288 StatTable *pTab = (StatTable *)pVTab; in statOpen()509 StatTable *pTab = (StatTable *)((sqlite3_vtab_cursor *)pCsr)->pVtab; in statSizeAndOffset()572 StatTable *pTab = (StatTable *)pCursor->pVtab; in statNext()738 StatTable *pTab = (StatTable*)(pCursor->pVtab); in statFilter()