Searched refs:pcre_compile (Results 1 – 25 of 30) sorted by relevance
12
/external/pcre/dist/ |
D | makevp_l.txt | 3 +pcre_compile.obj &
|
D | makevp_c.txt | 3 pcre_compile.c
|
D | Makefile.am | 28 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
|
D | pcredemo.c | 99 re = pcre_compile( in main()
|
D | pcre.h.generic | 108 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 *,
|
D | pcre.h.in | 108 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 *,
|
D | pcregexp.pas | 337 function pcre_compile( const pattern : PChar; options : integer; in pcre_compile() function 486 RegExpC := pcre_compile( pRegExp,
|
D | Makefile.in | 219 am__libpcre_la_SOURCES_DIST = pcre_byte_order.c pcre_compile.c \ 228 @WITH_PCRE8_TRUE@ libpcre_la-pcre_compile.lo \ 938 doc/html/pcre_compile.html \ 1089 @WITH_PCRE8_TRUE@ pcre_compile.c \ 1228 DLL_OBJS = pcre_byte_order.o pcre_compile.o pcre_config.o \ 1249 doc/pcre_compile.3 \ 1619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_compile.Plo@am__quote@ 1680 libpcre_la-pcre_compile.lo: pcre_compile.c 1681 …pcre_compile.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_compile.Tpo -c -o libpcre_la-pcre_compile.lo… 1682 …pCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_compile.Tpo $(DEPDIR)/libpcre_la-pcre_comp… [all …]
|
D | pcrecpp.cc | 133 re = pcre_compile(pattern_.c_str(), pcre_options, in Compile() 141 re = pcre_compile(wrapped.c_str(), pcre_options, in Compile()
|
D | ChangeLog | 92 pcre_compile() to run for a very long time. 630 14. The code in pcre_compile.c for creating the table of named capturing groups 1069 pcre_compile.c when checking for a zero character. 1532 19. If the PCRE_NO_START_OPTIMIZE option was set for pcre_compile(), it did not 1573 6. When the UTF-8 string check fails for pcre_compile(), the offset that is 1726 35. A minor code tidy in pcre_compile() when checking options for \R usage. 1876 places in pcre_compile(). 1878 7. Related to (6) above, when pcre_compile() was skipping #-introduced 1949 pcre_compile(). 2014 14. Extended the "auto-possessify" feature of pcre_compile(). It now recognizes [all …]
|
D | PrepareRelease | 210 pcre_compile.c \
|
D | pcre_jit_test.c | 859 regex = pcre_compile(null_str, 0, &errorptr, &erroroffset, NULL); in tables() 1225 re8 = pcre_compile(current->pattern, in regression_tests()
|
D | README | 723 pcre_compile(). 795 pcre_compile() function is a pointer to a block of memory containing the 797 of tables in the current locale. If the final argument for pcre_compile() is 888 ) and can also be #included in pcre_compile()
|
D | HACKING | 92 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
|
D | NEWS | 316 potential buffer overflow problem in pcre_compile() when run in UTF-8 mode. In 697 pcre_compile() function. An additional argument has been added to make it
|
D | NON-AUTOTOOLS-BUILD | 120 pcre_compile.c 534 functions (pcre_compile to pcre_compile_bcc, etc) or do as I have done and just
|
/external/pcre/ |
D | Android.mk | 6 dist/pcre_compile.c \
|
D | pcre.h | 540 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
|
/external/selinux/libselinux/src/ |
D | label_file.h | 358 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf, in compile_regex()
|
/external/libselinux/src/ |
D | label_file.h | 361 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf, in compile_regex()
|
/external/regex-re2/util/ |
D | pcre.cc | 120 re = pcre_compile(pattern_.c_str(), in Compile() 129 re = pcre_compile(wrapped.c_str(), in Compile()
|
D | pcre.h | 183 #define pcre_compile(a,b,c,d,e) ({ (void)(a); (void)(b); *(c)=""; *(d)=0; (void)(e); ((pcre*)0); }) macro
|
/external/pcre/dist/doc/ |
D | pcre.txt | 465 pcre_compile() is passed to pcre16_exec(). 794 if a pattern compiled with pcre_compile() is passed to pcre32_exec(). 1591 pcre *pcre_compile(const char *pattern, int options, 1742 The functions pcre_compile(), pcre_compile2(), pcre_study(), and 1788 tables in the current locale for passing to pcre_compile(), 1853 argument of pcre_compile(), or it can be specified by special text at 2029 pcre *pcre_compile(const char *pattern, int options, 2038 Either of the functions pcre_compile() or pcre_compile2() can be called 2042 avoid too much repetition, we refer just to pcre_compile() below, but 2070 If errptr is NULL, pcre_compile() returns NULL immediately. Otherwise, [all …]
|
/external/pcre/dist/doc/html/ |
D | README.txt | 723 pcre_compile(). 795 pcre_compile() function is a pointer to a block of memory containing the 797 of tables in the current locale. If the final argument for pcre_compile() is 888 ) and can also be #included in pcre_compile()
|
D | NON-AUTOTOOLS-BUILD.txt | 120 pcre_compile.c 534 functions (pcre_compile to pcre_compile_bcc, etc) or do as I have done and just
|
12