OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3PcacheTruncate
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
pcache.h
100
void
sqlite3PcacheTruncate
(PCache*, Pgno x);
pcache.c
410
void
sqlite3PcacheTruncate
(PCache *pCache, Pgno pgno){
447
sqlite3PcacheTruncate
(pCache, 0);
pager.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 433 milliseconds