OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exclusiveMode
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
wal.c
419
u8
exclusiveMode
; /* Non-zero if connection is in exclusive mode */
432
** Candidate values for Wal.
exclusiveMode
.
524
if( pWal->
exclusiveMode
==WAL_HEAPMEMORY_MODE ){
615
if( pWal->
exclusiveMode
!=WAL_HEAPMEMORY_MODE ){
759
if( pWal->
exclusiveMode
) return SQLITE_OK;
768
if( pWal->
exclusiveMode
) return;
775
if( pWal->
exclusiveMode
) return SQLITE_OK;
[
all
...]
pager.c
472
** databases always have Pager.
exclusiveMode
==1, this tricks the pager
612
u8
exclusiveMode
; /* Boolean. True if locking_mode==EXCLUSIVE */
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 53 milliseconds