Lines Matching refs:pOutFlags
1788 int flags, int *pOutFlags);
26350 int *pOutFlags in sqlite3OsOpenMalloc() argument
26356 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags); in sqlite3OsOpenMalloc()
38192 int *pOutFlags
44617 int *pOutFlags /* Output flags returned to SQLite core */
44797 if( pOutFlags ){
44798 *pOutFlags = flags;
51678 int *pOutFlags /* Status return flags */
51720 zUtf8Name, id, flags, pOutFlags));
51916 pOutFlags);
51924 if( pOutFlags ){
51926 *pOutFlags = SQLITE_OPEN_READWRITE;
51928 *pOutFlags = SQLITE_OPEN_READONLY;
51933 "rc=%s\n", h, zUtf8Name, dwDesiredAccess, pOutFlags, pOutFlags ?
51934 *pOutFlags : 0, (h==INVALID_HANDLE_VALUE) ? "failed" : "ok"));
53412 int *pOutFlags
53478 if( pOutFlags!=0 ){
53479 *pOutFlags = flags | SQLITE_OPEN_MEMORY;
223169 int *pOutFlags
223261 rc = pRealVfs->xOpen(pRealVfs, zOpen, pFd->pReal, oflags, pOutFlags);