Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c231849 typedef struct StatTable StatTable; typedef
231906 struct StatTable { struct
231926 StatTable *pTab = 0; argument
231945 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);