Searched refs:nUsable (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_stat.c257 int nUsable, /* Usable bytes per page */
267 nMinLocal = (nUsable - 12) * 32 / 255 - 23;
268 nMaxLocal = nUsable - 35;
270 nMinLocal = (nUsable - 12) * 32 / 255 - 23;
271 nMaxLocal = (nUsable - 12) * 64 / 255 - 23;
274 nLocal = nMinLocal + (nTotal - nMinLocal) % (nUsable - 4);
307 int nUsable = sqlite3BtreeGetPageSize(pBt) - sqlite3BtreeGetReserve(pBt); local
331 getLocalPayload(nUsable, p->flags, nPayload, &nLocal);
334 assert( nLocal<=(nUsable-35) );
337 int nOvfl = ((nPayload - nLocal) + nUsable
256 getLocalPayload( int nUsable, u8 flags, int nTotal, int *pnLocal ) argument
403 int nUsable = sqlite3BtreeGetPageSize(pBt)-sqlite3BtreeGetReserve(pBt); local
[all...]
H A Dbtree.c5539 const int nUsable = pPage->pBt->usableSize; /* Usable size of page */ local
5549 assert( get2byteNotZero(&data[hdr+5])==nUsable );
5552 cellbody = nUsable;
5561 pPage->nFree -= (nCell*2 + nUsable - cellbody);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c52658 const int nUsable = pPage->pBt->usableSize; /* Usable size of page */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c57358 const int nUsable = pPage->pBt->usableSize; /* Usable size of page */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c57378 const int nUsable = pPage->pBt->usableSize; /* Usable size of page */ local
[all...]

Completed in 448 milliseconds