OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3OsShmLock
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
os.h
251
int
sqlite3OsShmLock
(sqlite3_file *id, int, int, int);
test_devsym.c
240
return
sqlite3OsShmLock
(p->pReal, ofst, n, flags);
os.c
103
int
sqlite3OsShmLock
(sqlite3_file *id, int offset, int n, int flags){
wal.c
760
rc =
sqlite3OsShmLock
(pWal->pDbFd, lockIdx, 1,
769
(void)
sqlite3OsShmLock
(pWal->pDbFd, lockIdx, 1,
776
rc =
sqlite3OsShmLock
(pWal->pDbFd, lockIdx, n,
[
all
...]
test6.c
527
return
sqlite3OsShmLock
(((CrashFile*)pFile)->pRealFile, ofst, n, flags);
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 47 milliseconds