Home | History | Annotate | Download | only in dist

Lines Matching refs:nRoot

7007 SQLITE_PRIVATE char *sqlite3BtreeIntegrityCheck(Btree*, int *aRoot, int nRoot, int, int*);
45396 ** a table. nRoot is the number of entries in aRoot.
45409 int nRoot, /* Number of entries in aRoot[] */
45453 for(i=0; (int)i<nRoot && sCheck.mxErr; i++){
52882 int nRoot; /* Number of tables to check. (Number of root pages.) */
57183 int nRoot; /* Number of tables to check. (Number of root pages.) */
57191 u.bv.nRoot = pOp->p2;
57192 assert( u.bv.nRoot>0 );
57193 u.bv.aRoot = sqlite3DbMallocRaw(db, sizeof(int)*(u.bv.nRoot+1) );
57200 for(u.bv.j=0; u.bv.j<u.bv.nRoot; u.bv.j++){
57206 u.bv.z = sqlite3BtreeIntegrityCheck(db->aDb[pOp->p5].pBt, u.bv.aRoot, u.bv.nRoot,
100302 int nRoot = sqlite3_column_bytes(pStmt, 4);
100309 rc = sqlite3Fts3SegReaderNew(p, iAge, 0, 0, 0, zRoot, nRoot, &pNew);
100313 rc = fts3SelectLeaf(p, zTerm, nTerm, zRoot, nRoot, &i1);
104749 int nRoot, /* Size of buffer containing root node */
104757 nExtra = nRoot;
104772 pReader->nNode = nRoot;
104773 memcpy(pReader->aNode, zRoot, nRoot);
105117 int nRoot /* Number of bytes in buffer zRoot */
105127 sqlite3_bind_blob(pStmt, 6, zRoot, nRoot, SQLITE_STATIC);
105513 int nRoot
105519 pWriter->iFirst, pWriter->iFree, &iLast, &zRoot, &nRoot);
105523 p, iLevel, iIdx, pWriter->iFirst, iLastLeaf, iLast, zRoot, nRoot);