HomeSort by relevance Sort by last modified time
    Searched refs:pgnoRoot (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_btree.c 56 pCur, pCur->pgnoRoot, zMode,
btreeInt.h 489 Pgno pgnoRoot; /* The root page of this tree */
btree.c 205 if( p->pgnoRoot==iRoot
462 ** cursors open on any row within the table with root-page pgnoRoot.
623 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) &&
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 213 milliseconds