HomeSort by relevance Sort by last modified time
    Searched full:pcre_dfa_exec (Results 26 - 50 of 50) sorted by null

12

  /external/pcre/dist/
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 \
    [all...]
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.
pcretest.c 255 count = pcre_dfa_exec(re, extra, (char *)bptr, len, start_offset, options, \
593 #define PCRE_DFA_EXEC(count, re, extra, bptr, len, start_offset, options, \
814 #define PCRE_DFA_EXEC(count, re, extra, bptr, len, start_offset, options, \
817 G(PCRE_DFA_EXEC,BITONE)(count, re, extra, bptr, len, start_offset, options, \
820 G(PCRE_DFA_EXEC,BITTWO)(count, re, extra, bptr, len, start_offset, options, \
    [all...]
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,
pcregexp.pas 370 function pcre_dfa_exec( const argument_re : pointer {pcre}; function
README 323 pcre_dfa_exec(), which does not use deeply nested recursion. There is a
    [all...]
CMakeLists.txt 457 pcre_dfa_exec.c
    [all...]
pcre_internal.h     [all...]
pcre_dfa_exec.c 41 /* This module contains the external function pcre_dfa_exec(), which is an
3176 pcre_dfa_exec(const pcre *argument_re, const pcre_extra *extra_data, function
    [all...]
NON-AUTOTOOLS-BUILD 114 pcre_dfa_exec.c
pcre_study.c     [all...]
  /external/pcre/dist/doc/
pcrebuild.3 
pcrepattern.3     [all...]
  /external/pcre/dist/doc/html/
pcrecompat.html 206 (k) The alternative matching functions (<b>pcre_dfa_exec()</b>,
pcrematching.html 37 An alternative algorithm is provided by the <b>pcre_dfa_exec()</b>,
pcrebuild.html 308 function; it is not relevant for <b>pcre_dfa_exec()</b>.
325 <b>pcre_dfa_exec()</b> matching function.
README.txt 323 pcre_dfa_exec(), which does not use deeply nested recursion. There is a
    [all...]
NON-AUTOTOOLS-BUILD.txt 114 pcre_dfa_exec.c
pcrepattern.html 68 <b>pcre_dfa_exec()</b> and <b>pcre[16|32_dfa_exec()</b>, which match using a
    [all...]
  /external/pcre/dist/testdata/
testinput9 2 of pcre_dfa_exec(), excluding Unicode property support. The -dfa flag must
testinput10 2 functionality of pcre_dfa_exec(). The -dfa flag must be used with pcretest
testinput8 1 /-- This set of tests check the DFA matching functionality of pcre_dfa_exec(),
    [all...]
testoutput10 2 functionality of pcre_dfa_exec(). The -dfa flag must be used with pcretest
    [all...]
testoutput9 2 of pcre_dfa_exec(), excluding Unicode property support. The -dfa flag must
    [all...]
testoutput8 1 /-- This set of tests check the DFA matching functionality of pcre_dfa_exec(),
    [all...]

Completed in 2480 milliseconds

12