Searched refs:pOutFlags (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_demovfs.c396 int *pOutFlags /* Output SQLITE_OPEN_XXX flags (or NULL) */
442 if( pOutFlags ){
443 *pOutFlags = flags;
H A Dtest_devsym.c271 int *pOutFlags
276 rc = sqlite3OsOpen(g.pVfs, zName, p->pReal, flags, pOutFlags);
H A Dos.c207 int *pOutFlags
213 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags);
H A Dtest_multiplex.c198 static sqlite3_file *multiplexSubOpen(multiplexConn *pConn, int iChunk, int *rc, int *pOutFlags){ argument
212 *rc = pOrigVfs->xOpen(pOrigVfs, gMultiplex.zName, pSubOpen, pGroup->flags, pOutFlags);
296 int *pOutFlags /* Flags showing results of opening */
352 pSubOpen = multiplexSubOpen(pMultiplexOpen, 0, &rc, pOutFlags);
H A Dtest_quota.c292 int *pOutFlags /* Flags showing results of opening */
305 return pOrigVfs->xOpen(pOrigVfs, zName, pConn, flags, pOutFlags);
314 rc = pOrigVfs->xOpen(pOrigVfs, zName, pConn, flags, pOutFlags);
320 rc = pOrigVfs->xOpen(pOrigVfs, zName, pSubOpen, flags, pOutFlags);
H A Dtest_vfstrace.c487 int *pOutFlags
496 rc = pRoot->xOpen(pRoot, zName, p->pReal, flags, pOutFlags);
525 if( pOutFlags ){
526 vfstrace_printf(pInfo, ", outFlags=0x%x\n", *pOutFlags);
H A Dos_os2.c1464 int *pOutFlags /* Status return flags */
1582 pOutFlags );
1588 if( pOutFlags ){
1589 *pOutFlags = isReadWrite ? SQLITE_OPEN_READWRITE : SQLITE_OPEN_READONLY;
1599 OSTRACE(( "OPEN %d pOutFlags=%d\n", pFile->h, pOutFlags ));
H A Dtest6.c586 int *pOutFlags
594 rc = sqlite3OsOpen(pVfs, zName, pReal, flags, pOutFlags);
H A Dtest_journal.c694 int *pOutFlags
701 rc = sqlite3OsOpen(g.pVfs, zName, p->pReal, flags, pOutFlags);
H A Dtest_onefile.c588 int *pOutFlags
629 rc = pParent->xOpen(pParent, zName, pReal->pFile, real_flags, pOutFlags);
H A Dos_win.c2045 int *pOutFlags /* Status return flags */
2211 ((flags|SQLITE_OPEN_READONLY)&~(SQLITE_OPEN_CREATE|SQLITE_OPEN_READWRITE)), pOutFlags);
2217 if( pOutFlags ){
2219 *pOutFlags = SQLITE_OPEN_READWRITE;
2221 *pOutFlags = SQLITE_OPEN_READONLY;
H A Dtest_osinst.c477 int *pOutFlags
490 rc = REALVFS(pVfs)->xOpen(REALVFS(pVfs), zName, p->pReal, flags, pOutFlags);
H A Dtest_vfs.c528 int *pOutFlags
576 rc = sqlite3OsOpen(PARENTVFS(pVfs), zName, pFd->pReal, flags, pOutFlags);
H A Dsqlite.h.in809 ** If xOpen() opens a file read-only then it sets *pOutFlags to
810 ** include [SQLITE_OPEN_READONLY]. Other bits in *pOutFlags may be set.
919 int flags, int *pOutFlags);
H A Dos_unix.c4951 int *pOutFlags /* Output flags returned to SQLite core */
5063 if( pOutFlags ){
5064 *pOutFlags = flags;
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c1019 int *pOutFlags
1086 if( pOutFlags ){
1087 *pOutFlags = flagsout;
1152 if( pOutFlags ) *pOutFlags = flags;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h814 ** If xOpen() opens a file read-only then it sets *pOutFlags to
815 ** include [SQLITE_OPEN_READONLY]. Other bits in *pOutFlags may be set.
924 int flags, int *pOutFlags);
H A Dsqlite3.c1357 ** If xOpen() opens a file read-only then it sets *pOutFlags to
1358 ** include [SQLITE_OPEN_READONLY]. Other bits in *pOutFlags may be set.
1467 int flags, int *pOutFlags);
14166 int *pOutFlags
14172 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags);
23491 int *pOutFlags /* Status return flags */
23609 pOutFlags );
23615 if( pOutFlags ){
23616 *pOutFlags = isReadWrite ? SQLITE_OPEN_READWRITE : SQLITE_OPEN_READONLY;
23626 OSTRACE(( "OPEN %d pOutFlags
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h922 ** If xOpen() opens a file read-only then it sets *pOutFlags to
923 ** include [SQLITE_OPEN_READONLY]. Other bits in *pOutFlags may be set.
1033 int flags, int *pOutFlags);
H A Dsqlite3.c1472 ** If xOpen() opens a file read-only then it sets *pOutFlags to
1473 ** include [SQLITE_OPEN_READONLY]. Other bits in *pOutFlags may be set.
1583 int flags, int *pOutFlags);
14900 int *pOutFlags
14906 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags);
24345 int *pOutFlags /* Status return flags */
24463 pOutFlags );
24469 if( pOutFlags ){
24470 *pOutFlags = isReadWrite ? SQLITE_OPEN_READWRITE : SQLITE_OPEN_READONLY;
24480 OSTRACE(( "OPEN %d pOutFlags
[all...]
/external/sqlite/dist/
H A Dsqlite3.h922 ** If xOpen() opens a file read-only then it sets *pOutFlags to
923 ** include [SQLITE_OPEN_READONLY]. Other bits in *pOutFlags may be set.
1033 int flags, int *pOutFlags);
H A Dsqlite3.c1472 ** If xOpen() opens a file read-only then it sets *pOutFlags to
1473 ** include [SQLITE_OPEN_READONLY]. Other bits in *pOutFlags may be set.
1583 int flags, int *pOutFlags);
14900 int *pOutFlags
14906 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags);
24345 int *pOutFlags /* Status return flags */
24463 pOutFlags );
24469 if( pOutFlags ){
24470 *pOutFlags = isReadWrite ? SQLITE_OPEN_READWRITE : SQLITE_OPEN_READONLY;
24480 OSTRACE(( "OPEN %d pOutFlags
[all...]

Completed in 1815 milliseconds