returnSingleInt  87749 third_party/sqlite/amalgamation/sqlite3.c           returnSingleInt(pParse, p->zName, (db->flags & p->mask)!=0 );
returnSingleInt  87947 third_party/sqlite/amalgamation/sqlite3.c       returnSingleInt(pParse, "page_size", size);
returnSingleInt  87981 third_party/sqlite/amalgamation/sqlite3.c     returnSingleInt(pParse, "secure_delete", b);
returnSingleInt  88123 third_party/sqlite/amalgamation/sqlite3.c     returnSingleInt(pParse, "journal_size_limit", iLimit);
returnSingleInt  88149 third_party/sqlite/amalgamation/sqlite3.c       returnSingleInt(pParse, "auto_vacuum", auto_vacuum);
returnSingleInt  88232 third_party/sqlite/amalgamation/sqlite3.c       returnSingleInt(pParse, "cache_size", pDb->pSchema->cache_size);
returnSingleInt  88253 third_party/sqlite/amalgamation/sqlite3.c       returnSingleInt(pParse, "temp_store", db->temp_store);
returnSingleInt  88367 third_party/sqlite/amalgamation/sqlite3.c       returnSingleInt(pParse, "synchronous", pDb->safety_level-1);
returnSingleInt  88963 third_party/sqlite/amalgamation/sqlite3.c     returnSingleInt(pParse, "wal_autocheckpoint", 
returnSingleInt   213 third_party/sqlite/src/src/pragma.c           returnSingleInt(pParse, p->zName, (db->flags & p->mask)!=0 );
returnSingleInt   411 third_party/sqlite/src/src/pragma.c       returnSingleInt(pParse, "page_size", size);
returnSingleInt   445 third_party/sqlite/src/src/pragma.c     returnSingleInt(pParse, "secure_delete", b);
returnSingleInt   587 third_party/sqlite/src/src/pragma.c     returnSingleInt(pParse, "journal_size_limit", iLimit);
returnSingleInt   613 third_party/sqlite/src/src/pragma.c       returnSingleInt(pParse, "auto_vacuum", auto_vacuum);
returnSingleInt   696 third_party/sqlite/src/src/pragma.c       returnSingleInt(pParse, "cache_size", pDb->pSchema->cache_size);
returnSingleInt   717 third_party/sqlite/src/src/pragma.c       returnSingleInt(pParse, "temp_store", db->temp_store);
returnSingleInt   831 third_party/sqlite/src/src/pragma.c       returnSingleInt(pParse, "synchronous", pDb->safety_level-1);
returnSingleInt  1427 third_party/sqlite/src/src/pragma.c     returnSingleInt(pParse, "wal_autocheckpoint",