OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pBtree
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
btreeInt.h
311
Btree *
pBtree
; /* Btree handle holding this lock */
479
** particular database connection identified BtCursor.
pBtree
.db.
485
Btree *
pBtree
; /* The Btree to which this cursor belongs */
main.c
[
all
...]
btree.c
102
** Check to see if
pBtree
holds the required locks to read or write to the
106
** Btree connection
pBtree
:
108
** assert( hasSharedCacheTableLock(
pBtree
, iRoot, 0, WRITE_LOCK) );
122
Btree *
pBtree
, /* Handle that must hold lock */
127
Schema *pSchema = (Schema *)
pBtree
->pBt->pSchema;
135
if( (
pBtree
->sharable==0)
136
|| (eLockType==READ_LOCK && (
pBtree
->db->flags & SQLITE_ReadUncommitted))
169
for(pLock=
pBtree
->pBt->pLock; pLock; pLock=pLock->pNext){
170
if( pLock->
pBtree
==
pBtree
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 95 milliseconds