Lines Matching defs:surplus
41132 ** If N is larger than the minimum, use the surplus as an initial
52139 ** page. If the payload is larger than the preset amount then surplus
54108 int surplus; /* Overflow payload available for local storage */
54112 surplus = minLocal + (nPayload - minLocal)%(pPage->pBt->usableSize - 4);
54113 testcase( surplus==maxLocal );
54114 testcase( surplus==maxLocal+1 );
54115 if( surplus <= maxLocal ){
54116 pInfo->nLocal = (u16)surplus;
92486 ** so that the PRIMARY KEY is a covering index. The surplus