Lines Matching defs:surplus
39730 ** If N is larger than the minimum, use the surplus as an initial
50635 ** page. If the payload is larger than the preset amount then surplus
52527 int surplus; /* Overflow payload available for local storage */
52531 surplus = minLocal + (nPayload - minLocal)%(pPage->pBt->usableSize - 4);
52532 testcase( surplus==maxLocal );
52533 testcase( surplus==maxLocal+1 );
52534 if( surplus <= maxLocal ){
52535 pInfo->nLocal = (u16)surplus;
87725 ** so that the PRIMARY KEY is a covering index. The surplus