Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c284 char aPayload[OVERFLOW_SIZE];
706 assert( sizeof(FreelistInfo)==OVERFLOW_SIZE ); in sqliteBtreeOpen()
1214 if( offset<OVERFLOW_SIZE ){ in getPayload()
1216 if( a + offset > OVERFLOW_SIZE ){ in getPayload()
1217 a = OVERFLOW_SIZE - offset; in getPayload()
1224 offset -= OVERFLOW_SIZE; in getPayload()
1372 if( n>OVERFLOW_SIZE ){ in fileBtreeKeyCompare()
1373 n = OVERFLOW_SIZE; in fileBtreeKeyCompare()
1878 memset(pOvfl->aPayload, 0, OVERFLOW_SIZE); in freePage()
1958 spaceLeft = OVERFLOW_SIZE; in fillInCell()
[all …]