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.c269 #define OVERFLOW_SIZE (SQLITE_USABLE_SIZE-sizeof(Pgno)) macro
284 char aPayload[OVERFLOW_SIZE];
296 Pgno aFree[(OVERFLOW_SIZE-sizeof(int))/sizeof(Pgno)];
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()
[all …]