Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c72468 u8 max1bytePayload; /* min(maxLocal,127) */ member
72622 u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */ member
75259 pPage->max1bytePayload = pBt->max1bytePayload;
76671 pBt->max1bytePayload = 127;
76673 pBt->max1bytePayload = (u8)pBt->maxLocal;
79200 if( nCell<=pPage->max1bytePayload ){
79369 if( nCell<=pPage->max1bytePayload ){