Lines Matching refs:pager_truncate
39038 ** pager_truncate() is called. The pager_truncate() call uses xFilesize()
39041 ** pager_truncate() is called unconditionally (which means there may be
39043 ** pager_truncate() may cause the file to become smaller or larger.
40925 static int pager_truncate(Pager *pPager, Pgno nPage){
41154 rc = pager_truncate(pPager, mxPg);
44362 ** then use pager_truncate to grow or shrink the file here.
44367 rc = pager_truncate(pPager, nNew);