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:bail_on_error
(Results
1 - 1
of
1
) sorted by relevance
/third_party/sqlite/src/
H
A
D
shell.c
451
static int
bail_on_error
= 0;
variable
22139
bail_on_error
= booleanValue(azArg[1]);
in do_meta_command()
25504
while( errCnt==0 || !
bail_on_error
|| (p->in==0 && stdin_is_interactive) ){
in process_input()
25692
if( process_input(p) &&
bail_on_error
) exit(1);
in process_sqliterc()
25696
if(
bail_on_error
) exit(1);
in process_sqliterc()
26108
bail_on_error
= 1;
26264
/* No-op. The
bail_on_error
flag should already be set. */
26311
if( rc &&
bail_on_error
) return rc==2 ? 0 : rc;
26317
if(
bail_on_error
) return rc!=0 ? rc : 1;
26320
if(
bail_on_error
) retur
[all...]
Completed in 41 milliseconds