Lines Matching defs:surplus
47448 ** If N is larger than the minimum, use the surplus as an initial
59442 ** page. If the payload is larger than the preset amount then surplus
61497 int surplus; /* Overflow payload available for local storage */
61501 surplus = minLocal + (pInfo->nPayload - minLocal)%(pPage->pBt->usableSize-4);
61502 testcase( surplus==maxLocal );
61503 testcase( surplus==maxLocal+1 );
61504 if( surplus <= maxLocal ){
61505 pInfo->nLocal = (u16)surplus;
103304 ** so that the PRIMARY KEY is a covering index. The surplus