OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iRoot
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_stat.c
380
u32
iRoot
= sqlite3_column_int64(pCsr->pStmt, 1);
386
rc = sqlite3PagerGet(pPager,
iRoot
, &pCsr->aPage[0].pPg);
387
pCsr->aPage[0].iPgno =
iRoot
;
btree.c
103
** table with root page
iRoot
. Return 1 if it does and 0 if not.
105
** For example, when writing to a table with root-page
iRoot
via
108
** assert( hasSharedCacheTableLock(pBtree,
iRoot
, 0, WRITE_LOCK) );
117
** Instead of a lock on the table/index rooted at page
iRoot
, the caller may
123
Pgno
iRoot
, /* Root page of b-tree */
124
int isIndex, /* True if
iRoot
is the root of an index b-tree */
158
if( pIdx->tnum==(int)
iRoot
){
163
iTab =
iRoot
;
188
** table or index rooted at
iRoot
because other shared connections are
193
** the
iRoot
table. Except, if the other Btree object has th
[
all
...]
select.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 54 milliseconds