Searched refs:maxPC (Results 1 – 1 of 1) sorted by relevance
1636 int maxPC = pPg->pBt->usableSize - nByte; /* Max address for a usable slot */ in pageFindSlot() local1640 while( pc<=maxPC ){ in pageFindSlot()1659 }else if( x+pc > maxPC ){ in pageFindSlot()1681 if( pc>maxPC+nByte-4 ){ in pageFindSlot()