Home
last modified time | relevance | path

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

12

/third_party/glib/glib/pcre/
Dpcre.h277 typedef struct real_pcre pcre; typedef
421 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
425 PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **,
431 PCRE_EXP_DECL int pcre_copy_named_substring(const pcre *, const char *,
439 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *,
443 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
451 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
455 PCRE_EXP_DECL int pcre_get_named_substring(const pcre *, const char *,
459 PCRE_EXP_DECL int pcre_get_stringnumber(const pcre *, const char *);
461 PCRE_EXP_DECL int pcre_get_stringtable_entries(const pcre *, const char *,
[all …]
Dmeson.build20 'pcre.h',
25 libpcre = static_library('pcre', build
50 pcre = declare_dependency(link_with : libpcre) variable
Dpcre_get.c68 pcre_get_stringnumber(const pcre *code, const char *stringname) in pcre_get_stringnumber()
135 pcre_get_stringtable_entries(const pcre *code, const char *stringname, in pcre_get_stringtable_entries()
229 get_first_set(const pcre *code, const char *stringname, int *ovector) in get_first_set()
345 pcre_copy_named_substring(const pcre *code, const char *subject, in pcre_copy_named_substring()
540 pcre_get_named_substring(const pcre *code, const char *subject, in pcre_get_named_substring()
Dpcre_fullinfo.c68 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, in pcre_fullinfo()
Dpcre_byte_order.c97 PCRE_EXP_DECL int pcre_pattern_to_host_byte_order(pcre *argument_re, in pcre_pattern_to_host_byte_order()
/third_party/glib/glib/update-pcre/
Dupdate.sh16 This will delete the content of the local pcre directory, copy the
35 mv pcre/.svn tmp-pcre-svn
36 rm -R pcre 2> /dev/null
37 mkdir pcre
38 cd pcre
51 /* This file is autogenerated by ../update-pcre/update.sh during
115 mv ../tmp-pcre-svn .svn
Ducp.patch6 Use g_unichar_type() and g_unichar_get_script() instead of pcre tables.
8 glib/pcre/pcre_compile.c | 26 +++---
9 glib/pcre/pcre_dfa_exec.c | 96 ++++++++--------
10 glib/pcre/pcre_exec.c | 26 +++---
11 glib/pcre/pcre_internal.h | 11 +--
12 glib/pcre/pcre_tables.c | 16 +++
13 glib/pcre/pcre_xclass.c | 24 ++--
14 glib/pcre/ucp.h | 265 +++++++++++++++++++++++----------------------
17 diff --git a/glib/pcre/pcre_compile.c b/glib/pcre/pcre_compile.c
19 --- a/glib/pcre/pcre_compile.c
[all …]
Dmemory.patch7 glib/pcre/pcre_globals.c | 10 ++++++----
10 diff --git a/glib/pcre/pcre_globals.c b/glib/pcre/pcre_globals.c
12 --- a/glib/pcre/pcre_globals.c
13 +++ b/glib/pcre/pcre_globals.c
Ddigitab.patch7 glib/pcre/pcre_compile.c | 22 ++++++++++++----------
10 diff --git a/glib/pcre/pcre_compile.c b/glib/pcre/pcre_compile.c
12 --- a/glib/pcre/pcre_compile.c
13 +++ b/glib/pcre/pcre_compile.c
20 /* When PCRE_DEBUG is defined, we need the pcre(16)_printint() function, which
/third_party/glib/docs/reference/glib/
Dmeson.build28 'pcre',
29 'update-pcre',
/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.cc65 pcre* pcre_compile(const char*, int, const char**, int*, const unsigned char*) { in pcre_compile()
69 int pcre_exec(const pcre*, const pcre_extra*, const char*, int, int, int, int*, int) { in pcre_exec() argument
73 int pcre_fullinfo(const pcre*, const pcre_extra*, int, void*) { in pcre_fullinfo() argument
157 pcre* PCRE::Compile(Anchor anchor) { in Compile()
172 pcre* re; in Compile()
519 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_; in TryMatch()
/third_party/pcre2/pcre2/
DREADME.md19 [*unofficial* mirror](https://sourceforge.net/projects/pcre/files/) at SourceForge.
47 [RexEgg PCRE Documentation and Change Log page](http://www.rexegg.com/pcre-documentation.html).
Dindex.md19 [*unofficial* mirror](https://sourceforge.net/projects/pcre/files/) at SourceForge.
47 [RexEgg PCRE Documentation and Change Log page](http://www.rexegg.com/pcre-documentation.html).
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
/third_party/re2/
DCMakeLists.txt56 list(APPEND EXTRA_TARGET_LINK_LIBRARIES pcre)
98 util/pcre.cc
DBUILD105 "util/pcre.cc",
115 "util/pcre.h",
DMakefile86 util/pcre.h\
136 obj/util/pcre.o\
/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
430 (?C) PCRE callout NOT SUPPORTED pcre
450 (*BSR_ANYCRLF) set \R convention NOT SUPPORTED pcre
451 (*BSR_UNICODE) NOT SUPPORTED pcre
/third_party/selinux/libselinux/src/
Dregex.c280 pcre *regex; /* compiled regular expression */
337 (*regex)->regex = (pcre *)mmap_area->next_addr; in regex_load_mmap()
/third_party/boost/libs/regex/performance/
DJamfile.v224 exe has_pcre2 : config/pcre.cpp pcre2-8 : <include>third_party <dll-path>third_party <library-path>…
/third_party/selinux/
DREADME.md54 pcre-devel \
/third_party/glib/glib/
Dmeson.build7 subdir('pcre') subdir

12