Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dbtree.c226 #define USABLE_SPACE (SQLITE_USABLE_SIZE - sizeof(PageHdr)) macro
235 #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()