Searched refs:pcre_dfa_exec (Results 1 – 25 of 27) sorted by relevance
12
/external/pcre/dist/ |
D | makevp_l.txt | 5 +pcre_dfa_exec.obj &
|
D | makevp_c.txt | 5 pcre_dfa_exec.c
|
D | Makefile.am | 33 doc/html/pcre_dfa_exec.html \ 231 pcre_dfa_exec.c \ 649 pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \ 689 doc/pcre_dfa_exec.3 \ 738 ln -sf pcre_dfa_exec.3 $(DESTDIR)$(man3dir)/pcre16_dfa_exec.3 764 ln -sf pcre_dfa_exec.3 $(DESTDIR)$(man3dir)/pcre32_dfa_exec.3
|
D | Makefile.in | 218 pcre_config.c pcre_dfa_exec.c pcre_exec.c pcre_fullinfo.c \ 228 @WITH_PCRE8_TRUE@ libpcre_la-pcre_dfa_exec.lo \ 931 doc/html/pcre_dfa_exec.html \ 1079 @WITH_PCRE8_TRUE@ pcre_dfa_exec.c \ 1217 pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \ 1242 doc/pcre_dfa_exec.3 \ 1610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_dfa_exec.Plo@am__quote@ 1683 libpcre_la-pcre_dfa_exec.lo: pcre_dfa_exec.c 1684 …pcre_dfa_exec.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_dfa_exec.Tpo -c -o libpcre_la-pcre_dfa_exec… 1685 …CC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_dfa_exec.Tpo $(DEPDIR)/libpcre_la-pcre_dfa_… [all …]
|
D | pcre.h.in | 104 only recognized at matching time (i.e. by pcre_exec() or pcre_dfa_exec()) may 122 Options that can be set for pcre_exec() and/or pcre_dfa_exec() are flagged with 567 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *,
|
D | pcre.h.generic | 104 only recognized at matching time (i.e. by pcre_exec() or pcre_dfa_exec()) may 122 Options that can be set for pcre_exec() and/or pcre_dfa_exec() are flagged with 567 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *,
|
D | ChangeLog | 406 pcre_dfa_exec() is for use only with saved/restored patterns. 589 and pcre_dfa_exec in the function-specific man pages, where they were 593 44. A call to pcre_dfa_exec() with an output vector size less than 2 caused 734 29. If pcre_exec() or pcre_dfa_exec() was called with a negative value for 844 retained). Also added to pcre_dfa_exec() a simple plausibility check on 1123 5. When the number of matches in a pcre_dfa_exec() run exactly filled the 1191 given to pcre_exec() or pcre_dfa_exec() it did work.) 1226 pcre_exec() and pcre_dfa_exec() when the UTF-8 string check fails, as long 1234 pcre_exec() and pcre_dfa_exec(). 1237 pcre_exec() or pcre_dfa_exec() fails; if the error is a UTF-8 check [all …]
|
D | PrepareRelease | 212 pcre_dfa_exec.c \
|
D | pcregexp.pas | 370 function pcre_dfa_exec( const argument_re : pointer {pcre}; in pcre_dfa_exec() function
|
D | NEWS | 339 4. When CRLF is a valid line-ending sequence, pcre_exec() and pcre_dfa_exec() 477 A new function, pcre_dfa_exec(), which implements pattern matching using a DFA 485 pcre_dfa_exec() matching function and the extra features it provides.
|
D | HACKING | 120 pcre_dfa_exec(). This implements a DFA matching algorithm that searches 127 The algorithm that is used for pcre_dfa_exec() is not a traditional FSM,
|
D | CMakeLists.txt | 457 pcre_dfa_exec.c
|
D | README | 323 pcre_dfa_exec(), which does not use deeply nested recursion. There is a 749 The eighth, ninth, and tenth tests check the pcre_dfa_exec() alternative
|
D | pcre_dfa_exec.c | 3176 pcre_dfa_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_dfa_exec() function
|
D | NON-AUTOTOOLS-BUILD | 114 pcre_dfa_exec.c
|
D | pcretest.c | 255 count = pcre_dfa_exec(re, extra, (char *)bptr, len, start_offset, options, \
|
/external/pcre/ |
D | Android.mk | 8 dist/pcre_dfa_exec.c \
|
D | pcre.h | 567 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *,
|
/external/pcre/dist/doc/ |
D | pcre.txt | 1121 the pcre_exec() function; it is not relevant for pcre_dfa_exec(). 1138 pcre_dfa_exec() matching function. 1368 An alternative algorithm is provided by the pcre_dfa_exec(), 1598 int pcre_dfa_exec(const pcre *code, const pcre_extra *extra, 1752 A second matching function, pcre_dfa_exec(), which is not Perl-compati- 1778 pcre_exec(), or pcre_dfa_exec(). This is an optional facility that is 2085 compiled pattern, and used again by pcre_exec() and pcre_dfa_exec() 2325 is used for pcre_exec() and pcre_dfa_exec(), but it can be overridden. 2348 option for pcre_exec() or pcre_dfa_exec(). If it is set at compile 2390 be passed to pcre_exec() and pcre_dfa_exec(), to suppress the validity [all …]
|
/external/pcre/dist/testdata/ |
D | testinput9 | 2 of pcre_dfa_exec(), excluding Unicode property support. The -dfa flag must
|
D | testinput10 | 2 functionality of pcre_dfa_exec(). The -dfa flag must be used with pcretest
|
D | testoutput10 | 2 functionality of pcre_dfa_exec(). The -dfa flag must be used with pcretest
|
D | testoutput9 | 2 of pcre_dfa_exec(), excluding Unicode property support. The -dfa flag must
|
/external/pcre/dist/doc/html/ |
D | README.txt | 323 pcre_dfa_exec(), which does not use deeply nested recursion. There is a 749 The eighth, ninth, and tenth tests check the pcre_dfa_exec() alternative
|
D | NON-AUTOTOOLS-BUILD.txt | 114 pcre_dfa_exec.c
|
12