Lines Matching refs:surplus
3803 ** have silently ignored surplus bits in the flags parameter to
67605 ** page. If the payload is larger than the preset amount then surplus
69747 int surplus; /* Overflow payload available for local storage */
69751 surplus = minLocal + (pInfo->nPayload - minLocal)%(pPage->pBt->usableSize-4);
69752 testcase( surplus==maxLocal );
69753 testcase( surplus==maxLocal+1 );
69754 if( surplus <= maxLocal ){
69755 pInfo->nLocal = (u16)surplus;
69773 int surplus; /* Overflow payload available for local storage */
69775 surplus = minLocal + (nPayload - minLocal)%(pPage->pBt->usableSize-4);
69776 return ( surplus <= maxLocal ) ? surplus : minLocal;
118989 ** with "generated always". Check for this case and omit the surplus
119800 ** so that the PRIMARY KEY is a covering index. The surplus