Lines Matching defs:surplus
4140 ** have silently ignored surplus bits in the flags parameter to
72123 ** page. If the payload is larger than the preset amount then surplus
74315 int surplus; /* Overflow payload available for local storage */
74319 surplus = minLocal + (pInfo->nPayload - minLocal)%(pPage->pBt->usableSize-4);
74320 testcase( surplus==maxLocal );
74321 testcase( surplus==maxLocal+1 );
74322 if( surplus <= maxLocal ){
74323 pInfo->nLocal = (u16)surplus;
74342 int surplus; /* Overflow payload available for local storage */
74344 surplus = (int)(minLocal +(nPayload - minLocal)%(pPage->pBt->usableSize-4));
74345 return (surplus <= maxLocal) ? surplus : minLocal;
127836 ** with "generated always". Check for this case and omit the surplus
128671 ** so that the PRIMARY KEY is a covering index. The surplus