Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c70799 u8 max1bytePayload; /* min(maxLocal,127) */ member
70953 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */ member
73587 pPage->max1bytePayload = pBt->max1bytePayload;
74990 pBt->max1bytePayload = 127;
74992 pBt->max1bytePayload = (u8)pBt->maxLocal;
77464 if( nCell<=pPage->max1bytePayload ){
77633 if( nCell<=pPage->max1bytePayload ){