Home | History | Annotate | Download | only in orig

Lines Matching refs:max1bytePayload

59687   u8 max1bytePayload;  /* min(maxLocal,127) */
59822 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */
62221 pPage->max1bytePayload = pBt->max1bytePayload;
63542 pBt->max1bytePayload = 127;
63544 pBt->max1bytePayload = (u8)pBt->maxLocal;
65782 if( nCell<=pPage->max1bytePayload ){