Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c231455 typedef struct StatTable StatTable; typedef
231512 struct StatTable { struct
231532 StatTable *pTab = 0; argument
231551 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);