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:re_pcre2_code
(Results
1 - 3
of
3
) sorted by relevance
/third_party/pcre2/pcre2/src/
H
A
D
pcre2posix.c
262
pcre2_code_free(preg->
re_pcre2_code
);
in pcre2_regfree()
302
preg->
re_pcre2_code
= pcre2_compile((PCRE2_SPTR)pattern, patlen, options,
in pcre2_regcomp()
306
if (preg->
re_pcre2_code
== NULL)
in pcre2_regcomp()
323
(void)pcre2_pattern_info((const pcre2_code *)preg->
re_pcre2_code
,
in pcre2_regcomp()
332
pcre2_code_free(preg->
re_pcre2_code
);
in pcre2_regcomp()
388
rc = pcre2_match((const pcre2_code *)preg->
re_pcre2_code
,
in pcre2_regexec()
H
A
D
pcre2posix.h
102
void *
re_pcre2_code
;
member
H
A
D
pcre2test.c
5582
preg.
re_pcre2_code
= NULL; /* In case something was left in there */
in process_pattern()
5610
valgrind), so ensure that preg.
re_pcre2_code
is NULL, which suppresses the
in process_pattern()
5613
if (preg.
re_pcre2_code
== NULL ||
in process_pattern()
5614
((pcre2_real_code_8 *)preg.
re_pcre2_code
)->magic_number != MAGIC_NUMBER ||
in process_pattern()
5615
((pcre2_real_code_8 *)preg.
re_pcre2_code
)->top_bracket != preg.re_nsub ||
in process_pattern()
5624
preg.
re_pcre2_code
= NULL;
in process_pattern()
6754
((pcre2_real_code_8 *)preg.
re_pcre2_code
)->overall_options :
in process_data()
9337
preg.
re_pcre2_code
= NULL;
in main()
9347
expectdata |= preg.
re_pcre2_code
!= NULL;
in main()
9365
if (preg.
re_pcre2_code
!
in main()
[all...]
Completed in 13 milliseconds