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:REG_OK
(Results
1 - 14
of
14
) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/regex/
H
A
D
regcomp.c
248
has not yet been reached. Returns
REG_OK
if successful. */
275
if (status !=
REG_OK
) \
283
if (_status !=
REG_OK
) \
368
return
REG_OK
;
in tre_stack_push()
546
return
REG_OK
;
in parse_bracket_terms()
635
if (err !=
REG_OK
)
in parse_bracket()
772
return
REG_OK
;
in marksub()
944
return
REG_OK
;
in parse_atom()
948
if ((err = tre_stack_push_voidptr(s, v)) !=
REG_OK
) \
953
if ((err = tre_stack_push_int(s, v)) !=
REG_OK
) \
[all...]
H
A
D
regexec.c
457
ret = match_eo >= 0 ?
REG_OK
: REG_NOMATCH;
in tre_tnfa_run_parallel()
906
ret = match_eo >= 0 ?
REG_OK
: REG_NOMATCH;
in tre_tnfa_run_backtrack()
1022
if (status ==
REG_OK
)
in regexec()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H
A
D
regcomp.c
248
has not yet been reached. Returns
REG_OK
if successful. */
275
if (status !=
REG_OK
) \
283
if (_status !=
REG_OK
) \
368
return
REG_OK
;
in tre_stack_push()
546
return
REG_OK
;
in parse_bracket_terms()
635
if (err !=
REG_OK
)
in parse_bracket()
772
return
REG_OK
;
in marksub()
945
return
REG_OK
;
in parse_atom()
949
if ((err = tre_stack_push_voidptr(s, v)) !=
REG_OK
) \
954
if ((err = tre_stack_push_int(s, v)) !=
REG_OK
) \
[all...]
H
A
D
regexec.c
457
ret = match_eo >= 0 ?
REG_OK
: REG_NOMATCH;
in tre_tnfa_run_parallel()
906
ret = match_eo >= 0 ?
REG_OK
: REG_NOMATCH;
in tre_tnfa_run_backtrack()
1022
if (status ==
REG_OK
)
in regexec()
/third_party/musl/porting/uniproton/kernel/src/regex/
H
A
D
regcomp.c
248
has not yet been reached. Returns
REG_OK
if successful. */
275
if (status !=
REG_OK
) \
283
if (_status !=
REG_OK
) \
368
return
REG_OK
;
in tre_stack_push()
546
return
REG_OK
;
in parse_bracket_terms()
635
if (err !=
REG_OK
)
in parse_bracket()
772
return
REG_OK
;
in marksub()
944
return
REG_OK
;
in parse_atom()
948
if ((err = tre_stack_push_voidptr(s, v)) !=
REG_OK
) \
953
if ((err = tre_stack_push_int(s, v)) !=
REG_OK
) \
[all...]
H
A
D
regexec.c
457
ret = match_eo >= 0 ?
REG_OK
: REG_NOMATCH;
in tre_tnfa_run_parallel()
906
ret = match_eo >= 0 ?
REG_OK
: REG_NOMATCH;
in tre_tnfa_run_backtrack()
1022
if (status ==
REG_OK
)
in regexec()
/third_party/musl/src/regex/
H
A
D
regcomp.c
248
has not yet been reached. Returns
REG_OK
if successful. */
275
if (status !=
REG_OK
) \
283
if (_status !=
REG_OK
) \
368
return
REG_OK
;
in tre_stack_push()
546
return
REG_OK
;
in parse_bracket_terms()
635
if (err !=
REG_OK
)
in parse_bracket()
772
return
REG_OK
;
in marksub()
944
return
REG_OK
;
in parse_atom()
948
if ((err = tre_stack_push_voidptr(s, v)) !=
REG_OK
) \
953
if ((err = tre_stack_push_int(s, v)) !=
REG_OK
) \
[all...]
H
A
D
regexec.c
457
ret = match_eo >= 0 ?
REG_OK
: REG_NOMATCH;
in tre_tnfa_run_parallel()
906
ret = match_eo >= 0 ?
REG_OK
: REG_NOMATCH;
in tre_tnfa_run_backtrack()
1022
if (status ==
REG_OK
)
in regexec()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
regex.h
35
#define
REG_OK
0
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
regex.h
35
#define
REG_OK
0
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
regex.h
35
#define
REG_OK
0
macro
/third_party/musl/include/
H
A
D
regex.h
35
#define
REG_OK
0
macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H
A
D
mod.rs
632
pub const
REG_OK
: ::c_int = 0;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
2342
pub const
REG_OK
: ::c_int = 0;
consts
Completed in 26 milliseconds