Searched refs:openFlags (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java663 List <Consumer.OpenFlag> openFlags =
674 openFlags.add(Consumer.OpenFlag.ILP32);
683 openFlags.add(Consumer.OpenFlag.LP64);
689 Consumer.OpenFlag[] oflags = new Consumer.OpenFlag[openFlags.size()];
690 oflags = openFlags.toArray(oflags);
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c188 int openFlags; /* Flags used to open. (SQLITE_OPEN_URI) */ member in struct:SqliteDb
2046 SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE| pDb->openFlags, 0);
3132 SQLITE_OPEN_READONLY | pDb->openFlags, 0);
3841 p->openFlags = flags & SQLITE_OPEN_URI;
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9452 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ member in struct:sqlite3
24592 int openFlags; /* The flags specified at open() */ member in struct:unixFile
29518 int openFlags = 0; /* Flags to pass to open() */ local
30327 int openFlags = O_RDWR | O_CREAT; local
47754 u8 openFlags; /* Flags to sqlite3BtreeOpen() */ member in struct:BtShared
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c11254 int openFlags; /* Additional flags to open. (SQLITE_OPEN_NOFOLLOW) */ member in struct:ShellState
14719 static void open_db(ShellState *p, int openFlags){ argument
14726 (openFlags & OPEN_DB_ZIPFILE)!=0);
14732 SQLITE_OPEN_READWRITE|SQLITE_OPEN_CREATE|p->openFlags, "apndvfs");
14746 SQLITE_OPEN_READONLY|p->openFlags, 0);
14752 SQLITE_OPEN_READWRITE|SQLITE_OPEN_CREATE|p->openFlags, 0);
14760 if( openFlags & OPEN_DB_KEEPALIVE ){
18854 p->openFlags = 0;
18870 p->openFlags |= SQLITE_OPEN_NOFOLLOW;
21218 data.openFlags
[all...]
H A Dsqlite3.c16979 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ member in struct:sqlite3
33905 int openFlags; /* The flags specified at open() */ member in struct:unixFile
39879 int openFlags = 0; /* Flags to pass to open() */ local
40875 int openFlags = O_RDWR | O_CREAT | O_NOFOLLOW; local
64359 u8 openFlags; /* Flags to sqlite3BtreeOpen() */ member in struct:BtShared
199429 int openFlags; /* Flags this file was opened with */ member in struct:rbu_file
[all...]

Completed in 1133 milliseconds