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

12 3 4

  /external/pcre/dist2/src/
pcre2.h.in 83 /* The following option bits can be passed to pcre2_compile(), pcre2_match(),
97 M is inspected during pcre2_match() execution
132 /* These are for pcre2_match(), pcre2_dfa_match(), and pcre2_jit_match(). Note
150 through to pcre2_match(). */
158 /* A further option for pcre2_match(), not allowed for pcre2_dfa_match(),
475 PCRE2_EXP_DECL int pcre2_match(const pcre2_code *, \
620 #define pcre2_match PCRE2_SUFFIX(pcre2_match_)
    [all...]
pcre2demo.c 169 rc = pcre2_match(
284 * would lead to an infinite loop. Instead, a call of pcre2_match() is *
343 rc = pcre2_match(
  /external/pcre/dist2/doc/html/
pcre2_dfa_match.html 35 is <b>pcre2_match()</b>.) The arguments for this function are:
pcre2_jit_stack_assign.html 30 when <b>pcre2_match()</b> or <b>pcre2_jit_match()</b> is called with a pattern
pcre2unicode.html 82 contains \C, it will not succeed, and so when <b>pcre2_match()</b> is called,
135 <b>pcre2_match()</b> and <b>pcre2_dfa_match()</b> calls with a non-zero starting
170 the check for a subject string you must pass this option to <b>pcre2_match()</b>
pcre2perform.html 84 When <b>pcre2_match()</b> is used for matching, certain kinds of pattern can
113 such as \d, when matched with <b>pcre2_match()</b>; the performance loss is
pcre2test.html 179 <b>pcre2_match()</b>.
439 Before each subject line is passed to <b>pcre2_match()</b> or
    [all...]
index.html 164 <tr><td><a href="pcre2_match.html">pcre2_match</a></td>
pcre2build.html 252 When matching with the <b>pcre2_match()</b> function, PCRE2 implements
270 <b>pcre2_match()</b> function; it is not relevant for <b>pcre2_dfa_match()</b>.
276 <b>pcre2_match()</b> function. By controlling the maximum number of times this
278 placed on the resources used by a single call to <b>pcre2_match()</b>. The limit
pcre2callout.html 272 block. When <b>pcre2_match()</b> is used, the contents can be inspected in
294 When the <b>pcre2_match()</b> is used, the <i>capture_top</i> field contains one
326 In callouts from <b>pcre2_match()</b> the <i>mark</i> field contains a pointer to
pcre2demo.html 186 rc = pcre2_match(
301 * would lead to an infinite loop. Instead, a call of pcre2_match() is *
360 rc = pcre2_match(
  /external/pcre/dist2/doc/
pcre2perform.3 
pcre2callout.3 
pcre2demo.3 186 rc = pcre2_match(
301 * would lead to an infinite loop. Instead, a call of pcre2_match() is *
360 rc = pcre2_match(
pcre2unicode.3 
pcre2build.3 
pcre2test.1     [all...]
pcre2test.txt 139 default pcre2_match().
388 Before each subject line is passed to pcre2_match() or
    [all...]
index.html.src 164 <tr><td><a href="pcre2_match.html">pcre2_match</a></td>
  /external/pcre/dist2/
Makefile.in 192 src/pcre2_maketables.c src/pcre2_match.c \
209 src/libpcre2_16_la-pcre2_match.lo \
243 src/pcre2_maketables.c src/pcre2_match.c \
259 src/libpcre2_32_la-pcre2_match.lo \
289 src/pcre2_maketables.c src/pcre2_match.c \
305 src/libpcre2_8_la-pcre2_match.lo \
857 doc/html/pcre2_match.html \
    [all...]
NEWS 17 5. Added the PCRE2_NO_JIT option to pcre2_match().
ChangeLog 135 32. Implemented the PCRE2_NO_JIT option for pcre2_match().
151 pcre2_match.c, in anticipation that this is needed for the same reason it was
324 40. Arrange for the UTF check in pcre2_match() and pcre2_dfa_match() to look
413 second and subsequent calls to pcre2_match().
507 because it sets the "startoffset" parameter for pcre2_match().
592 pcre2_match() it worked by luck; in pcre2_dfa_match() it gave an incorrect
    [all...]
Makefile.am 51 doc/html/pcre2_match.html \
132 doc/pcre2_match.3 \
331 src/pcre2_match.c \
PrepareRelease 210 src/pcre2_match.c \
  /external/selinux/libselinux/src/
regex.h 134 * option to pcre_exec of pcre2_match.

Completed in 171 milliseconds

12 3 4