OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pager_truncate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test2.c
396
** Usage:
pager_truncate
ID PGNO
398
static int
pager_truncate
(
function
655
{ "
pager_truncate
", (Tcl_CmdProc*)
pager_truncate
},
pager.c
584
**
pager_truncate
() is called. The
pager_truncate
() call uses xFilesize()
587
**
pager_truncate
() is called unconditionally (which means there may be
589
**
pager_truncate
() may cause the file to become smaller or larger.
2471
static int
pager_truncate
(Pager *pPager, Pgno nPage){
function
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
38901
static int
pager_truncate
(Pager *pPager, Pgno nPage){
function
[
all
...]
Completed in 101 milliseconds