Searched refs:CidxIndex (Results 1 – 1 of 1) sorted by relevance
60 typedef struct CidxIndex CidxIndex; typedef61 struct CidxIndex { struct291 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()