Home
last modified time | relevance | path

Searched refs:pcre_dfa_exec (Results 1 – 25 of 27) sorted by relevance

12

/external/pcre/dist/
Dmakevp_l.txt5 +pcre_dfa_exec.obj &
Dmakevp_c.txt5 pcre_dfa_exec.c
DMakefile.am33 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
DMakefile.in218 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
1684pcre_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 …]
Dpcre.h.in104 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 *,
Dpcre.h.generic104 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 *,
DChangeLog406 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 …]
DPrepareRelease212 pcre_dfa_exec.c \
Dpcregexp.pas370 function pcre_dfa_exec( const argument_re : pointer {pcre}; in pcre_dfa_exec() function
DNEWS339 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.
DHACKING120 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,
DCMakeLists.txt457 pcre_dfa_exec.c
DREADME323 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
Dpcre_dfa_exec.c3176 pcre_dfa_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_dfa_exec() function
DNON-AUTOTOOLS-BUILD114 pcre_dfa_exec.c
Dpcretest.c255 count = pcre_dfa_exec(re, extra, (char *)bptr, len, start_offset, options, \
/external/pcre/
DAndroid.mk8 dist/pcre_dfa_exec.c \
Dpcre.h567 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *,
/external/pcre/dist/doc/
Dpcre.txt1121 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/
Dtestinput92 of pcre_dfa_exec(), excluding Unicode property support. The -dfa flag must
Dtestinput102 functionality of pcre_dfa_exec(). The -dfa flag must be used with pcretest
Dtestoutput102 functionality of pcre_dfa_exec(). The -dfa flag must be used with pcretest
Dtestoutput92 of pcre_dfa_exec(), excluding Unicode property support. The -dfa flag must
/external/pcre/dist/doc/html/
DREADME.txt323 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
DNON-AUTOTOOLS-BUILD.txt114 pcre_dfa_exec.c

12