Home
last modified time | relevance | path

Searched refs:pcre_compile (Results 1 – 25 of 31) sorted by relevance

12

/external/pcre/dist/
Dmakevp_l.txt3 +pcre_compile.obj &
Dmakevp_c.txt3 pcre_compile.c
DMakefile.am28 doc/html/pcre_compile.html \
229 pcre_compile.c \
648 DLL_OBJS= pcre_byte_order.o pcre_compile.o pcre_config.o \
684 doc/pcre_compile.3 \
733 ln -sf pcre_compile.3 $(DESTDIR)$(man3dir)/pcre16_compile.3
759 ln -sf pcre_compile.3 $(DESTDIR)$(man3dir)/pcre32_compile.3
Dpcredemo.c99 re = pcre_compile( in main()
Dpcre.h.in108 Some options for pcre_compile() change its behaviour but do not affect the
111 behaviour of pcre_compile().
113 Options that can be passed to pcre_compile() are tagged Cx below, with these
124 from pcre_compile(). Those that are compatible with JIT execution are flagged
540 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
Dpcre.h.generic108 Some options for pcre_compile() change its behaviour but do not affect the
111 behaviour of pcre_compile().
113 Options that can be passed to pcre_compile() are tagged Cx below, with these
124 from pcre_compile(). Those that are compatible with JIT execution are flagged
540 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
Dpcregexp.pas337 function pcre_compile( const pattern : PChar; options : integer; in pcre_compile() function
486 RegExpC := pcre_compile( pRegExp,
DMakefile.in217 am__libpcre_la_SOURCES_DIST = pcre_byte_order.c pcre_compile.c \
226 @WITH_PCRE8_TRUE@ libpcre_la-pcre_compile.lo \
926 doc/html/pcre_compile.html \
1077 @WITH_PCRE8_TRUE@ pcre_compile.c \
1216 DLL_OBJS = pcre_byte_order.o pcre_compile.o pcre_config.o \
1237 doc/pcre_compile.3 \
1608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_compile.Plo@am__quote@
1669 libpcre_la-pcre_compile.lo: pcre_compile.c
1670pcre_compile.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_compile.Tpo -c -o libpcre_la-pcre_compile.lo…
1671 …pCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_compile.Tpo $(DEPDIR)/libpcre_la-pcre_comp…
[all …]
Dpcrecpp.cc133 re = pcre_compile(pattern_.c_str(), pcre_options, in Compile()
141 re = pcre_compile(wrapped.c_str(), pcre_options, in Compile()
DPrepareRelease210 pcre_compile.c \
DChangeLog287 14. The code in pcre_compile.c for creating the table of named capturing groups
726 pcre_compile.c when checking for a zero character.
1189 19. If the PCRE_NO_START_OPTIMIZE option was set for pcre_compile(), it did not
1230 6. When the UTF-8 string check fails for pcre_compile(), the offset that is
1383 35. A minor code tidy in pcre_compile() when checking options for \R usage.
1533 places in pcre_compile().
1535 7. Related to (6) above, when pcre_compile() was skipping #-introduced
1606 pcre_compile().
1671 14. Extended the "auto-possessify" feature of pcre_compile(). It now recognizes
1745 9. Error texts for pcre_compile() are held as one long string to avoid too
[all …]
Dpcre_jit_test.c850 regex = pcre_compile(null_str, 0, &errorptr, &erroroffset, NULL); in tables()
1216 re8 = pcre_compile(current->pattern, in regression_tests()
DREADME714 pcre_compile().
786 pcre_compile() function is a pointer to a block of memory containing the
788 of tables in the current locale. If the final argument for pcre_compile() is
879 ) and can also be #included in pcre_compile()
DHACKING92 depth of parentheses was removed. However, there is a downside: pcre_compile()
99 system stack used by pcre_compile(). This is a safety feature for environments
DNEWS300 potential buffer overflow problem in pcre_compile() when run in UTF-8 mode. In
681 pcre_compile() function. An additional argument has been added to make it
DNON-AUTOTOOLS-BUILD112 pcre_compile.c
526 functions (pcre_compile to pcre_compile_bcc, etc) or do as I have done and just
/external/pcre/
DAndroid.mk6 dist/pcre_compile.c \
Dpcre.h540 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
/external/selinux/libselinux/utils/
Dsefcontext_compile.c103 re = pcre_compile(anchored_regex, PCRE_DOTALL, &err, &erroff, NULL); in process_file()
/external/regex-re2/util/
Dpcre.cc120 re = pcre_compile(pattern_.c_str(), in Compile()
129 re = pcre_compile(wrapped.c_str(), in Compile()
Dpcre.h183 #define pcre_compile(a,b,c,d,e) ({ (void)(a); (void)(b); *(c)=""; *(d)=0; (void)(e); ((pcre*)0); }) macro
/external/libselinux/src/
Dlabel_file.c259 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf, &erroff, NULL); in compile_regex()
/external/selinux/libselinux/src/
Dlabel_file.c132 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf, &erroff, NULL); in compile_regex()
/external/pcre/dist/doc/html/
DREADME.txt714 pcre_compile().
786 pcre_compile() function is a pointer to a block of memory containing the
788 of tables in the current locale. If the final argument for pcre_compile() is
879 ) and can also be #included in pcre_compile()
/external/pcre/dist/doc/
Dpcre.txt454 pcre_compile() is passed to pcre16_exec().
783 if a pattern compiled with pcre_compile() is passed to pcre32_exec().
1580 pcre *pcre_compile(const char *pattern, int options,
1731 The functions pcre_compile(), pcre_compile2(), pcre_study(), and
1777 tables in the current locale for passing to pcre_compile(),
1842 argument of pcre_compile(), or it can be specified by special text at
2018 pcre *pcre_compile(const char *pattern, int options,
2027 Either of the functions pcre_compile() or pcre_compile2() can be called
2031 avoid too much repetition, we refer just to pcre_compile() below, but
2059 If errptr is NULL, pcre_compile() returns NULL immediately. Otherwise,
[all …]

12