Home | History | Annotate | Download | only in orig

Lines Matching refs:pager_truncate

39010 **   pager_truncate() is called. The pager_truncate() call uses xFilesize()
39013 ** pager_truncate() is called unconditionally (which means there may be
39015 ** pager_truncate
40897 static int pager_truncate(Pager *pPager, Pgno nPage){
41126 rc = pager_truncate(pPager, mxPg);
44334 ** then use pager_truncate to grow or shrink the file here.
44339 rc = pager_truncate(pPager, nNew);