OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3OsSectorSize
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
os.h
248
int
sqlite3OsSectorSize
(sqlite3_file *id);
os.c
96
int
sqlite3OsSectorSize
(sqlite3_file *id){
test_journal.c
675
return
sqlite3OsSectorSize
(p->pReal);
test_vfs.c
505
return
sqlite3OsSectorSize
(pFd->pReal);
[
all
...]
wal.c
[
all
...]
pager.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 61 milliseconds