OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3OsLock
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
os.h
144
**
sqlite3OsLock
(). The various locks exhibit the following semantics:
154
** PENDING_LOCK may not be passed directly to
sqlite3OsLock
(). Instead, a
157
**
sqlite3OsLock
().
243
int
sqlite3OsLock
(sqlite3_file*, int);
test_devsym.c
194
return
sqlite3OsLock
(p->pReal, eLock);
os.c
34
**
sqlite3OsLock
()
82
int
sqlite3OsLock
(sqlite3_file *id, int lockType){
test6.c
499
return
sqlite3OsLock
(((CrashFile *)pFile)->pRealFile, eLock);
test_journal.c
634
rc =
sqlite3OsLock
(p->pReal, eLock);
test_vfs.c
469
return
sqlite3OsLock
(p->pReal, eLock);
[
all
...]
wal.c
[
all
...]
pager.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 452 milliseconds