Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbesort.c937 int szKeyInfo; /* Size of pCsr->pKeyInfo in bytes */ in sqlite3VdbeSorterInit() local
966 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()