Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dbtree.c271 #define OVERFLOW_SIZE (SQLITE_USABLE_SIZE-sizeof(Pgno)) macro
286 char aPayload[OVERFLOW_SIZE];
298 Pgno aFree[(OVERFLOW_SIZE-sizeof(int))/sizeof(Pgno)];
708 assert( sizeof(FreelistInfo)==OVERFLOW_SIZE ); in sqliteBtreeOpen()
1216 if( offset<OVERFLOW_SIZE ){ in getPayload()
1218 if( a + offset > OVERFLOW_SIZE ){ in getPayload()
1219 a = OVERFLOW_SIZE - offset; in getPayload()
1226 offset -= OVERFLOW_SIZE; in getPayload()
1374 if( n>OVERFLOW_SIZE ){ in fileBtreeKeyCompare()
1375 n = OVERFLOW_SIZE; in fileBtreeKeyCompare()
[all …]