Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:openMode
(Results
1 - 3
of
3
) sorted by relevance
/third_party/sqlite/src/
H
A
D
shell.c
15535
u8
openMode
; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */
member
15618
/* Allowed values for ShellState.
openMode
19477
if( p->
openMode
==SHELL_OPEN_UNSPEC ){
in open_db()
19479
p->
openMode
= SHELL_OPEN_NORMAL;
in open_db()
19481
p->
openMode
= (u8)deduceDatabaseType(zDbFilename,
in open_db()
19485
switch( p->
openMode
){
in open_db()
19564
if( p->
openMode
==SHELL_OPEN_ZIPFILE ){
in open_db()
19573
if( p->
openMode
==SHELL_OPEN_DESERIALIZE || p->
openMode
==SHELL_OPEN_HEXDB ){
in open_db()
19577
if( p->
openMode
in open_db()
23457
int
openMode
= SHELL_OPEN_UNSPEC;
do_meta_command()
local
[all...]
H
A
D
sqlite3.c
43111
mode_t
openMode
; /* Permissions to create file with */
unixOpen()
local
[all...]
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
native.rs
1070
openMode
: ::c_int,
in fs_open_attr()
1076
openMode
: ::c_int,
in fs_fopen_attr()
Completed in 183 milliseconds