Searched refs:openFlags (Results 1 – 5 of 5) sorted by relevance
663 List <Consumer.OpenFlag> openFlags = in main() local674 openFlags.add(Consumer.OpenFlag.ILP32); in main()683 openFlags.add(Consumer.OpenFlag.LP64); in main()689 Consumer.OpenFlag[] oflags = new Consumer.OpenFlag[openFlags.size()]; in main()690 oflags = openFlags.toArray(oflags); in main()
188 int openFlags; /* Flags used to open. (SQLITE_OPEN_URI) */ member2046 SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE| pDb->openFlags, 0); in DbObjCmd()3132 SQLITE_OPEN_READONLY | pDb->openFlags, 0); in DbObjCmd()3841 p->openFlags = flags & SQLITE_OPEN_URI; in DbMain()
9761 int openFlags; /* Additional flags to open. (SQLITE_OPEN_NOFOLLOW) */ member12881 static void open_db(ShellState *p, int openFlags){ in open_db() argument12888 (openFlags & OPEN_DB_ZIPFILE)!=0); in open_db()12894 SQLITE_OPEN_READWRITE|SQLITE_OPEN_CREATE|p->openFlags, "apndvfs"); in open_db()12908 SQLITE_OPEN_READONLY|p->openFlags, 0); in open_db()12914 SQLITE_OPEN_READWRITE|SQLITE_OPEN_CREATE|p->openFlags, 0); in open_db()12922 if( openFlags & OPEN_DB_KEEPALIVE ){ in open_db()16952 p->openFlags = 0; in do_meta_command()16968 p->openFlags |= SQLITE_OPEN_NOFOLLOW; in do_meta_command()19242 data.openFlags = SQLITE_OPEN_NOFOLLOW;[all …]
39549 openFlags |= O_RDONLY;39602 p->openFlags = openFlags;40382 openFlags = O_RDONLY | O_NOFOLLOW;40406 pNew->openFlags = openFlags;40411 pUnused->flags = openFlags;66813 pBt->openFlags = (u8)flags;109308 flags = db->openFlags;138555 saved_openFlags = db->openFlags;138602 db->openFlags = saved_openFlags;163423 db->openFlags = flags;[all …]
29609 openFlags |= (O_LARGEFILE|O_BINARY);29624 openFlags &= ~(O_RDWR|O_CREAT);29626 openFlags |= O_RDONLY;29654 p->openFlags = openFlags;30327 int openFlags = O_RDWR | O_CREAT;30357 openFlags = O_RDONLY;30381 pNew->openFlags = openFlags;30386 pUnused->flags = openFlags;50099 pBt->openFlags = (u8)flags;78457 flags = db->openFlags;[all …]