Lines Matching defs:surplus
41114 ** If N is larger than the minimum, use the surplus as an initial
52121 ** page. If the payload is larger than the preset amount then surplus
54090 int surplus; /* Overflow payload available for local storage */
54094 surplus = minLocal + (nPayload - minLocal)%(pPage->pBt->usableSize - 4);
54095 testcase( surplus==maxLocal );
54096 testcase( surplus==maxLocal+1 );
54097 if( surplus <= maxLocal ){
54098 pInfo->nLocal = (u16)surplus;
92468 ** so that the PRIMARY KEY is a covering index. The surplus