Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Dfile.d116 enum openFlags = OPEN_EXISTING; in FileMapping() local
121 enum openFlags = CREATE_ALWAYS; in FileMapping() local
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c207 int openFlags; /* Flags used to open. (SQLITE_OPEN_URI) */ member
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c18159 int openFlags; /* Additional flags to open. (SQLITE_OPEN_NOFOLLOW) */ member
22141 static void open_db(ShellState *p, int openFlags){ in open_db()
H A Dsqlite3.c17596 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ member