OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLITE_ReadUncommitted
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
prepare.c
577
testcase( db->flags &
SQLITE_ReadUncommitted
);
pragma.c
194
{ "read_uncommitted",
SQLITE_ReadUncommitted
},
[
all
...]
btree.c
136
|| (eLockType==READ_LOCK && (pBtree->db->flags &
SQLITE_ReadUncommitted
))
207
&& 0==(p->pBtree->db->flags &
SQLITE_ReadUncommitted
)
229
assert( !(p->db->flags&
SQLITE_ReadUncommitted
)||eLock==WRITE_LOCK||iTab==1 );
307
assert( 0==(p->db->flags&
SQLITE_ReadUncommitted
) || eLock==WRITE_LOCK );
[
all
...]
sqliteInt.h
[
all
...]
vdbe.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 135 milliseconds