Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/repair/
H A Dcheckindex.c60 typedef struct CidxIndex CidxIndex; typedef
61 struct CidxIndex { struct
291 static void cidxFreeIndex(CidxIndex *pIdx){ in cidxFreeIndex()
404 static int cidxParseSQL(CidxCursor *pCsr, CidxIndex *pIdx, const char *zSql){ in cidxParseSQL()
464 CidxIndex **ppIdx, /* OUT: Description of columns */ in cidxLookupIndex()
469 CidxIndex *pIdx = 0; in cidxLookupIndex()
494 int nByte = sizeof(CidxIndex) + sizeof(CidxColumn)*(nAlloc+8); in cidxLookupIndex()
495 pIdx = (CidxIndex*)sqlite3_realloc(pIdx, nByte); in cidxLookupIndex()
644 CidxIndex *pIdx, /* Indexed columns */ in cidxColumnList()
716 CidxIndex *pIdx = 0; in cidxGenerateScanSql()