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:pcre
(Results
1 - 3
of
3
) sorted by relevance
/third_party/rust/crates/regex/bench/src/ffi/
H
A
D
pcre1.rs
9
pcre
, pcre_compile, pcre_exec, pcre_extra, pcre_free, pcre_free_study,
16
// We use libpcre-sys directly because the
pcre
crate has unavoidable
20
code: *mut
pcre
,
/third_party/selinux/libselinux/src/
H
A
D
regex.h
10
#include <
pcre
.h>
H
A
D
regex.c
325
pcre
*regex; /* compiled regular expression */
382
(*regex)->regex = (
pcre
*)mmap_area->next_addr;
in regex_load_mmap()
443
/* determine the size of the
pcre
data in bytes */
in regex_writef()
448
/* write the number of bytes in the
pcre
data */
in regex_writef()
454
/* write the actual
pcre
data as a char array */
in regex_writef()
460
/* determine the size of the
pcre
study info */
in regex_writef()
468
/* write the number of bytes in the
pcre
study data */
in regex_writef()
475
/* write the actual
pcre
study data as a char array */
in regex_writef()
Completed in 2 milliseconds