Home
last modified time | relevance | path

Searched refs:pcre (Results 1 – 25 of 43) sorted by relevance

12

/external/pcre/
DMETADATA6 value: "https://www.pcre.org/"
10 value: "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.33.zip"
/external/oss-fuzz/projects/njs/
DDockerfile21 RUN svn co svn://vcs.exim.org/pcre/code/trunk pcre
Dbuild.sh19 pushd $SRC/pcre
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h173 struct pcre; // opaque
493 pcre* Compile(Anchor anchor);
497 pcre* re_full_; // For full matches
498 pcre* re_partial_; // For partial matches
Dpcre.cc63 pcre* pcre_compile(const char*, int, const char**, int*, const unsigned char*) { in pcre_compile()
67 int pcre_exec(const pcre*, const pcre_extra*, const char*, int, int, int, int*, int) { in pcre_exec() argument
71 int pcre_fullinfo(const pcre*, const pcre_extra*, int, void*) { in pcre_fullinfo() argument
155 pcre* PCRE::Compile(Anchor anchor) { in Compile()
170 pcre* re; in Compile()
517 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_; in TryMatch()
/external/oss-fuzz/projects/lighttpd/
Dbuild.sh19 ./configure --without-pcre --enable-static
/external/protobuf/kokoro/macos/
Dprepare_build_macos_rc26 brew install gflags gpg gpg2 node openssl pcre ruby cmake
/external/oss-fuzz/projects/php/
Dbuild.sh40 --without-pcre-jit \
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
DCMakeLists.txt56 list(APPEND EXTRA_TARGET_LINK_LIBRARIES pcre)
98 util/pcre.cc
DBUILD105 "util/pcre.cc",
115 "util/pcre.h",
DMakefile87 util/pcre.h\
137 obj/util/pcre.o\
/external/rust/crates/grpcio-sys/grpc/third_party/re2/doc/
Dmksyntaxwiki10 ,s! pcre$! <font size="1">PCRE</font>!g
Dmksyntaxhtml12 ,s! pcre$! <font size=-2>PCRE</font>!g
Dsyntax.txt78 \G at beginning of subtext being searched NOT SUPPORTED pcre
434 (?C) PCRE callout NOT SUPPORTED pcre
454 (*BSR_ANYCRLF) set \R convention NOT SUPPORTED pcre
455 (*BSR_UNICODE) NOT SUPPORTED pcre
/external/selinux/
DREADME6 …flex-devel flex-static glib2-devel libcap-devel libcap-ng-devel pam-devel pcre-devel python3-devel…
DCONTRIBUTING.md29 …flex-devel flex-static glib2-devel libcap-devel libcap-ng-devel pam-devel pcre-devel python-devel …
/external/oss-fuzz/projects/suricata/
DDockerfile20 #TODO libmagic, liblzma, pcre and other optional libraries
/external/selinux/libselinux/src/
Dregex.c280 pcre *regex; /* compiled regular expression */
337 (*regex)->regex = (pcre *)mmap_area->next_addr; in regex_load_mmap()
/external/tensorflow/tensorflow/
Dworkspace.bzl630 name = "pcre",
631 build_file = clean_dep("//third_party:pcre.BUILD"),
633 strip_prefix = "pcre-8.44",
634 system_build_file = clean_dep("//third_party/systemlibs:pcre.BUILD"),
636 … "https://storage.googleapis.com/mirror.tensorflow.org/ftp.exim.org/pub/pcre/pcre-8.44.tar.gz",
637 "https://ftp.exim.org/pub/pcre/pcre-8.44.tar.gz",
Dopensource_only.files163 tensorflow/third_party/pcre.BUILD
203 tensorflow/third_party/systemlibs/pcre.BUILD
/external/tensorflow/third_party/systemlibs/
Dsyslibs_configure.bzl39 "pcre",
/external/selinux/mcstrans/src/
Dmcstrans.c85 pcre *prefix_regexp;
86 pcre *word_regexp;
87 pcre *suffix_regexp;
112 pcre *base_classification_regexp;
972 build_regexp(pcre **r, char *buffer) { in build_regexp()
/external/pcre/dist2/
DREADME10 https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.gz
11 https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.bz2
12 https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.zip
15 original and new APIs) at pcre-dev@exim.org. You can access the archives and
18 https://lists.exim.org/mailman/listinfo/pcre-dev
DCMakeLists.txt11 # 2007-12-26 (a) On UNIX, use names libpcre instead of just pcre
22 # pcre.dll, pcreposix.dll and pcrecpp.dll).
45 # compiled with MINGW if pcre.rc and/or pcreposix.rc are placed in
/external/pcre/dist2/doc/html/
DREADME.txt10 https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.gz
11 https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.bz2
12 https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.zip
15 original and new APIs) at pcre-dev@exim.org. You can access the archives and
18 https://lists.exim.org/mailman/listinfo/pcre-dev

12