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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_stat.c90 int nLastOvfl; /* Bytes of payload on final overflow page */ member in struct:StatCell
338 pCell->nLastOvfl = (nPayload-nLocal) - (nOvfl-1) * (nUsable-4);
416 pCsr->nPayload = pCell->nLastOvfl;

Completed in 93 milliseconds