Home
last modified time | relevance | path

Searched refs:outFlags (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_quota.c895 int outFlags = 0; in sqlite3_quota_file() local
912 SQLITE_OPEN_READONLY | SQLITE_OPEN_MAIN_DB, &outFlags); in sqlite3_quota_file()
H A Dos_win.c3959 int outFlags = 0; local
3982 inFlags, &outFlags);
3988 if( outFlags==SQLITE_OPEN_READONLY ) pShmNode->isReadonly = 1;