| /sqlite-3.40.0/src/ |
| H A D | test_devsym.c | 225 int *pOutFlags in devsymOpen() argument 250 rc = sqlite3OsOpen(g.pVfs, zName, p->pReal, flags, pOutFlags); in devsymOpen() 389 int *pOutFlags in writecrashOpen() argument 414 rc = sqlite3OsOpen(g.pVfs, zName, p->pReal, flags, pOutFlags); in writecrashOpen()
|
| H A D | test_demovfs.c | 398 int *pOutFlags /* Output SQLITE_OPEN_XXX flags (or NULL) */ in demoOpen() argument 444 if( pOutFlags ){ in demoOpen() 445 *pOutFlags = flags; in demoOpen()
|
| H A D | test_vfstrace.c | 606 int *pOutFlags in vfstraceOpen() argument 615 rc = pRoot->xOpen(pRoot, zName, p->pReal, flags, pOutFlags); in vfstraceOpen() 644 if( pOutFlags ){ in vfstraceOpen() 645 vfstrace_printf(pInfo, ", outFlags=0x%x\n", *pOutFlags); in vfstraceOpen()
|
| H A D | memdb.c | 504 int *pOutFlags in memdbOpen() argument 570 if( pOutFlags!=0 ){ in memdbOpen() 571 *pOutFlags = flags | SQLITE_OPEN_MEMORY; in memdbOpen()
|
| H A D | os.c | 313 int *pOutFlags in sqlite3OsOpenMalloc() argument 319 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags); in sqlite3OsOpenMalloc()
|
| H A D | test_multiplex.c | 293 int *pOutFlags, /* Output flags */ in multiplexSubOpen() argument 340 flags, pOutFlags); in multiplexSubOpen() 474 int *pOutFlags /* Flags showing results of opening */ in multiplexOpen() argument 539 pSubOpen = multiplexSubOpen(pGroup, 0, &rc, pOutFlags, 0); in multiplexOpen()
|
| H A D | test_quota.c | 429 int *pOutFlags /* Flags showing results of opening */ in quotaOpen() argument 442 return pOrigVfs->xOpen(pOrigVfs, zName, pConn, flags, pOutFlags); in quotaOpen() 451 rc = pOrigVfs->xOpen(pOrigVfs, zName, pConn, flags, pOutFlags); in quotaOpen() 457 rc = pOrigVfs->xOpen(pOrigVfs, zName, pSubOpen, flags, pOutFlags); in quotaOpen()
|
| H A D | test_journal.c | 701 int *pOutFlags in jtOpen() argument 708 rc = sqlite3OsOpen(g.pVfs, zName, p->pReal, flags, pOutFlags); in jtOpen()
|
| H A D | test_onefile.c | 589 int *pOutFlags in fsOpen() argument 630 rc = pParent->xOpen(pParent, zName, pReal->pFile, real_flags, pOutFlags); in fsOpen()
|
| H A D | os_win.c | 5018 int *pOutFlags /* Status return flags */ argument 5060 zUtf8Name, id, flags, pOutFlags)); 5256 pOutFlags); 5264 if( pOutFlags ){ 5266 *pOutFlags = SQLITE_OPEN_READWRITE; 5268 *pOutFlags = SQLITE_OPEN_READONLY; 5273 "rc=%s\n", h, zUtf8Name, dwDesiredAccess, pOutFlags, pOutFlags ? 5274 *pOutFlags : 0, (h==INVALID_HANDLE_VALUE) ? "failed" : "ok"));
|
| H A D | test6.c | 616 int *pOutFlags in cfOpen() argument 624 rc = sqlite3OsOpen(pVfs, zName, pReal, flags, pOutFlags); in cfOpen()
|
| H A D | test_osinst.c | 486 int *pOutFlags in vfslogOpen() argument 499 rc = REALVFS(pVfs)->xOpen(REALVFS(pVfs), zName, p->pReal, flags, pOutFlags); in vfslogOpen()
|
| H A D | test_vfs.c | 608 int *pOutFlags in tvfsOpen() argument 668 rc = sqlite3OsOpen(PARENTVFS(pVfs), zName, pFd->pReal, flags, pOutFlags); in tvfsOpen()
|
| H A D | os_kv.c | 813 int *pOutFlags in kvvfsOpen() argument
|
| H A D | os_unix.c | 6088 int *pOutFlags /* Output flags returned to SQLite core */ in unixOpen() argument 6261 if( pOutFlags ){ in unixOpen() 6262 *pOutFlags = flags; in unixOpen()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | vfslog.c | 611 int *pOutFlags in vlogOpen() argument 625 rc = REALVFS(pVfs)->xOpen(REALVFS(pVfs), zName, p->pReal, flags, pOutFlags); in vlogOpen() 627 iArg2 = pOutFlags ? *pOutFlags : -1; in vlogOpen()
|
| H A D | appendvfs.c | 512 int *pOutFlags in apndOpen() argument 524 return pBaseVfs->xOpen(pBaseVfs, zName, pFile, flags, pOutFlags); in apndOpen() 530 rc = pBaseVfs->xOpen(pBaseVfs, zName, pBaseFile, flags, pOutFlags); in apndOpen()
|
| H A D | cksumvfs.c | 685 int *pOutFlags in cksmOpen() argument 693 return pSubVfs->xOpen(pSubVfs, zName, pFile, flags, pOutFlags); in cksmOpen() 699 rc = pSubVfs->xOpen(pSubVfs, zName, pSubFile, flags, pOutFlags); in cksmOpen()
|
| H A D | vfsstat.c | 439 int *pOutFlags in vstatOpen() argument 445 rc = REALVFS(pVfs)->xOpen(REALVFS(pVfs), zName, p->pReal, flags, pOutFlags); in vstatOpen()
|
| H A D | memvfs.c | 329 int *pOutFlags in memOpen() argument
|
| /sqlite-3.40.0/ext/async/ |
| H A D | sqlite3async.c | 1019 int *pOutFlags in asyncOpen() argument 1089 if( pOutFlags ){ in asyncOpen() 1090 *pOutFlags = flagsout; in asyncOpen() 1155 if( pOutFlags ) *pOutFlags = flags; in asyncOpen()
|
| /sqlite-3.40.0/test/ |
| H A D | dbfuzz.c | 336 int *pOutFlags in inmemOpen() argument 346 if( pOutFlags ) *pOutFlags = openFlags; in inmemOpen()
|
| H A D | fuzzcheck.c | 1463 int *pOutFlags in inmemOpen() argument 1473 if( pOutFlags ) *pOutFlags = openFlags; in inmemOpen()
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-opfs.js | 836 xOpen: function f(pVfs, zName, pFile, flags, pOutFlags){ 853 wasm.setMemValue(pOutFlags, capi.SQLITE_OPEN_READONLY, 'i32');
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 5029 int *pOutFlags in rbuVfsOpen() argument 5102 rc = pRealVfs->xOpen(pRealVfs, zOpen, pFd->pReal, oflags, pOutFlags); in rbuVfsOpen()
|