Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dbtreeinfo.c85 typedef struct BinfoTable BinfoTable; typedef
102 struct BinfoTable { struct
117 BinfoTable *pTab = 0; in binfoConnect() argument
134 pTab = (BinfoTable *)sqlite3_malloc64(sizeof(BinfoTable)); in binfoConnect()
234 BinfoTable *pTab = (BinfoTable *)pCursor->pVtab; in binfoFilter()