Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Ddbstat.c86 typedef struct StatTable StatTable; typedef
143 struct StatTable { struct
163 StatTable *pTab = 0; in statConnect() argument
181 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()