Lines Matching refs:pOutFlags
1741 int flags, int *pOutFlags);
24225 int *pOutFlags
24231 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags);
40306 int *pOutFlags /* Output flags returned to SQLite core */
40479 if( pOutFlags ){
40480 *pOutFlags = flags;
47359 int *pOutFlags /* Status return flags */
47401 zUtf8Name, id, flags, pOutFlags));
47597 pOutFlags);
47605 if( pOutFlags ){
47607 *pOutFlags = SQLITE_OPEN_READWRITE;
47609 *pOutFlags = SQLITE_OPEN_READONLY;
47614 "rc=%s\n", h, zUtf8Name, dwDesiredAccess, pOutFlags, pOutFlags ?
47615 *pOutFlags : 0, (h==INVALID_HANDLE_VALUE) ? "failed" : "ok"));
49029 int *pOutFlags
49095 if( pOutFlags!=0 ){
49096 *pOutFlags = flags | SQLITE_OPEN_MEMORY;
206785 int *pOutFlags
206858 rc = pRealVfs->xOpen(pRealVfs, zOpen, pFd->pReal, oflags, pOutFlags);