Searched refs:iMaxKey (Results 1 – 1 of 1) sorted by relevance
56299 unsigned int iMaxKey; /* Largest key seen since xTruncate() */ member56759 assert( pCache->iMaxKey >= iLimit );56761 if( pCache->iMaxKey - iLimit < pCache->nHash ){56767 iStop = pCache->iMaxKey % pCache->nHash;57042 if( iKey>pCache->iMaxKey ){57043 pCache->iMaxKey = iKey;57148 assert( pPage==0 || pCache->iMaxKey>=iKey );57248 if( iNew>pCache->iMaxKey ){57249 pCache->iMaxKey = iNew;57265 if( iLimit<=pCache->iMaxKey ){[all …]