Home
last modified time | relevance | path

Searched refs:max1bytePayload (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c72367 u8 max1bytePayload; /* min(maxLocal,127) */ member
72521 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */ member
75155 pPage->max1bytePayload = pBt->max1bytePayload;
76563 pBt->max1bytePayload = 127;
76565 pBt->max1bytePayload = (u8)pBt->maxLocal;
79084 if( nCell<=pPage->max1bytePayload ){
79253 if( nCell<=pPage->max1bytePayload ){