Searched refs:usableSpace (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c5842 int usableSpace; /* Bytes in pPage beyond the header */ local
6060 ** usableSpace: Number of bytes of space available on each sibling.
6063 usableSpace = pBt->usableSize - 12 + leafCorrection;
6067 if( subtotal > usableSpace ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c53140 int usableSpace; /* Bytes in pPage beyond the header */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c55299 int usableSpace; /* Bytes in pPage beyond the header */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c55327 int usableSpace; /* Bytes in pPage beyond the header */ local
[all...]

Completed in 562 milliseconds