OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:returnSingleInt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
pragma.c
145
static void
returnSingleInt
(Parse *pParse, const char *zLabel, i64 value){
213
returnSingleInt
(pParse, p->zName, (db->flags & p->mask)!=0 );
411
returnSingleInt
(pParse, "page_size", size);
445
returnSingleInt
(pParse, "secure_delete", b);
587
returnSingleInt
(pParse, "journal_size_limit", iLimit);
613
returnSingleInt
(pParse, "auto_vacuum", auto_vacuum);
696
returnSingleInt
(pParse, "cache_size", pDb->pSchema->cache_size);
717
returnSingleInt
(pParse, "temp_store", db->temp_store);
831
returnSingleInt
(pParse, "synchronous", pDb->safety_level-1);
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 43 milliseconds