Searched refs:OVERFLOW_SIZE (Results 1 – 1 of 1) sorted by relevance
269 #define OVERFLOW_SIZE (SQLITE_USABLE_SIZE-sizeof(Pgno)) macro284 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 …]