Searched refs:StatTable (Results 1 – 1 of 1) sorted by relevance
231849 typedef struct StatTable StatTable; typedef231906 struct StatTable { struct231926 StatTable *pTab = 0; argument231945 pTab = (StatTable *)sqlite3_malloc64(sizeof(StatTable));231951 memset(pTab, 0, sizeof(StatTable));232054 StatTable *pTab = (StatTable *)pVTab;232275 StatTable *pTab = (StatTable *)((sqlite3_vtab_cursor *)pCsr)->pVtab;232338 StatTable *pTab = (StatTable *)pCursor->pVtab;232504 StatTable *pTab = (StatTable*)(pCursor->pVtab);