Searched refs:szKeyInfo (Results 1 – 1 of 1) sorted by relevance
937 int szKeyInfo; /* Size of pCsr->pKeyInfo in bytes */ in sqlite3VdbeSorterInit() local966 szKeyInfo = sizeof(KeyInfo) + (pCsr->pKeyInfo->nKeyField-1)*sizeof(CollSeq*); in sqlite3VdbeSorterInit()969 pSorter = (VdbeSorter*)sqlite3DbMallocZero(db, sz + szKeyInfo); in sqlite3VdbeSorterInit()976 memcpy(pKeyInfo, pCsr->pKeyInfo, szKeyInfo); in sqlite3VdbeSorterInit()