Home
last modified time | relevance | path

Searched refs:aRoot (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17381 Pgno *aRoot, /* An array of root pages numbers for individual trees */
84250 Pgno *aRoot, /* An array of root pages numbers for individual trees */ argument
84270 if( aRoot[0]==0 ){
84273 if( aRoot[1]!=1 ) bCkFreelist = 0;
84322 for(i=0; (int)i<nRoot; i++) if( mx<aRoot[i] ) mx = aRoot[i];
84341 if( aRoot[i] ){
84344 if( pBt->autoVacuum && aRoot[i]>1 && !bPartial ){
84345 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0);
84348 sCheck.v0 = aRoot[i];
84349 checkTreePage(&sCheck, aRoot[i], &notUsed, LARGEST_INT64);
[all …]