Searched refs:USABLE_SPACE (Results 1 – 1 of 1) sorted by relevance
226 #define USABLE_SPACE (SQLITE_USABLE_SIZE - sizeof(PageHdr)) macro235 #define MX_LOCAL_PAYLOAD ((USABLE_SPACE/4-(sizeof(CellHdr)+sizeof(Pgno)))&~3)605 freeSpace = USABLE_SPACE; in initPage()2430 if( subtotal > USABLE_SPACE ){ in balance()2441 while( szNew[i]<USABLE_SPACE/2 ){ in balance()