Home
last modified time | relevance | path

Searched defs:openFlags (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java663 List <Consumer.OpenFlag> openFlags = in main() local
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c231 int openFlags; /* Flags used to open. (SQLITE_OPEN_URI) */ member
/freebsd/contrib/sqlite3/
H A Dshell.c23684 int openFlags; /* Additional flags to open. (SQLITE_OPEN_NOFOLLOW) */ member
27703 static int isDatabaseFile(const char *zFile, int openFlags){ in isDatabaseFile()
27732 int deduceDatabaseType(const char *zName, int dfltZip, int openFlags){ in deduceDatabaseType()
27962 static void open_db(ShellState *p, int openFlags){ in open_db()
33632 int openFlags = SQLITE_OPEN_READWRITE|SQLITE_OPEN_CREATE; in do_meta_command() local
H A Dsqlite3.c18669 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ member
40447 int openFlags; /* The flags specified at open() */ member
46714 int openFlags = 0; /* Flags to pass to open() */ in unixOpen() local
47688 int openFlags = O_RDWR | O_CREAT | O_NOFOLLOW; in proxyCreateUnixFile() local
72514 u8 openFlags; /* Flags to sqlite3BtreeOpen() */ member
226390 int openFlags; /* Flags this file was opened with */ member