Lines Matching refs:pOutFlags
1816 int flags, int *pOutFlags);
26849 int *pOutFlags in sqlite3OsOpenMalloc() argument
26855 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags); in sqlite3OsOpenMalloc()
38677 int *pOutFlags in kvvfsOpen() argument
45096 int *pOutFlags /* Output flags returned to SQLite core */ in unixOpen() argument
45276 if( pOutFlags ){ in unixOpen()
45277 *pOutFlags = flags; in unixOpen()
52531 int *pOutFlags /* Status return flags */
52574 zUtf8Name, id, flags, pOutFlags));
52770 pOutFlags);
52778 if( pOutFlags ){
52780 *pOutFlags = SQLITE_OPEN_READWRITE;
52782 *pOutFlags = SQLITE_OPEN_READONLY;
52787 "rc=%s\n", h, zUtf8Name, dwDesiredAccess, pOutFlags, pOutFlags ?
52788 *pOutFlags : 0, (h==INVALID_HANDLE_VALUE) ? "failed" : "ok"));
54361 int *pOutFlags
54427 if( pOutFlags!=0 ){
54428 *pOutFlags = flags | SQLITE_OPEN_MEMORY;
226350 int *pOutFlags
226442 rc = pRealVfs->xOpen(pRealVfs, zOpen, pFd->pReal, oflags, pOutFlags);