Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_onefile.c615 int real_flags = (flags&~(SQLITE_OPEN_MAIN_DB))|SQLITE_OPEN_TEMP_DB; in fsOpen() local
630 rc = pParent->xOpen(pParent, zName, pReal->pFile, real_flags, pOutFlags); in fsOpen()