HomeSort by relevance Sort by last modified time
    Searched refs:nDestTruncate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
backup.c 416 int nDestTruncate;
422 /* Set nDestTruncate to the final number of pages in the destination
430 ** destination file that lie beyond the nDestTruncate page mark are
438 nDestTruncate = (nSrcPage+ratio-1)/ratio;
439 if( nDestTruncate==(int)PENDING_BYTE_PAGE(p->pDest->pBt) ){
440 nDestTruncate--;
443 nDestTruncate = nSrcPage * (pgszSrc/pgszDest);
445 sqlite3PagerTruncateImage(pDestPager, nDestTruncate);
463 assert( (i64)nDestTruncate*(i64)pgszDest >= iSize || (
464 nDestTruncate==(int)(PENDING_BYTE_PAGE(p->pDest->pBt)-1
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 47 milliseconds