Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/repair/
H A Dcheckindex.c37 typedef struct CidxTable CidxTable; typedef
40 struct CidxTable { struct
100 CidxTable *pRet; in cidxConnect()
116 pRet = cidxMalloc(&rc, sizeof(CidxTable)); in cidxConnect()
129 CidxTable *pTab = (CidxTable*)pVtab; in cidxDisconnect()
215 sqlite3 *db = ((CidxTable*)pCsr->base.pVtab)->db; in cidxNext()
263 sqlite3 *db = ((CidxTable*)pCsr->base.pVtab)->db; in cidxPrepare()