Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17402 Pgno *aRoot, /* An array of root pages numbers for individual trees */
84372 Pgno *aRoot, /* An array of root pages numbers for individual trees */ argument
84392 if( aRoot[0]==0 ){
84395 if( aRoot[1]!=1 ) bCkFreelist = 0;
84447 for(i=0; (int)i<nRoot; i++) if( mx<aRoot[i] ) mx = aRoot[i];
84466 if( aRoot[i] ){
84469 if( pBt->autoVacuum && aRoot[i]>1 && !bPartial ){
84470 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0);
84473 sCheck.v0 = aRoot[i];
84474 checkTreePage(&sCheck, aRoot[i], &notUsed, LARGEST_INT64);
[all …]