Lines Matching refs:pOutFlags
1786 int flags, int *pOutFlags);
26071 int *pOutFlags in sqlite3OsOpenMalloc() argument
26077 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags); in sqlite3OsOpenMalloc()
37852 int *pOutFlags
44273 int *pOutFlags /* Output flags returned to SQLite core */
44446 if( pOutFlags ){
44447 *pOutFlags = flags;
51327 int *pOutFlags /* Status return flags */
51369 zUtf8Name, id, flags, pOutFlags));
51565 pOutFlags);
51573 if( pOutFlags ){
51575 *pOutFlags = SQLITE_OPEN_READWRITE;
51577 *pOutFlags = SQLITE_OPEN_READONLY;
51582 "rc=%s\n", h, zUtf8Name, dwDesiredAccess, pOutFlags, pOutFlags ?
51583 *pOutFlags : 0, (h==INVALID_HANDLE_VALUE) ? "failed" : "ok"));
53061 int *pOutFlags
53127 if( pOutFlags!=0 ){
53128 *pOutFlags = flags | SQLITE_OPEN_MEMORY;
221326 int *pOutFlags
221418 rc = pRealVfs->xOpen(pRealVfs, zOpen, pFd->pReal, oflags, pOutFlags);