HomeSort by relevance Sort by last modified time
    Searched full:returnsingleint (Results 1 - 1 of 1) 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...]

Completed in 690 milliseconds