OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sqlite3osclose
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
os.c
55
int
sqlite3OsClose
(sqlite3_file *pId){
225
rc =
sqlite3OsClose
(pFile);
journal.c
73
sqlite3OsClose
(p->pReal);
os.h
237
int
sqlite3OsClose
(sqlite3_file*);
test_devsym.c
136
return
sqlite3OsClose
(p->pReal);
test6.c
398
sqlite3OsClose
(pCrash->pRealFile);
631
sqlite3OsClose
(pFile);
test_journal.c
261
return
sqlite3OsClose
(p->pReal);
pager.c
[
all
...]
test_vfs.c
339
rc =
sqlite3OsClose
(pFd->pReal);
[
all
...]
wal.c
[
all
...]
os_unix.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 2864 milliseconds