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

1 2 3 4

  /external/pcre/dist2/doc/
pcre2_jit_match.3 
pcre2stack.3 
pcre2_get_mark.3 
pcre2_get_startchar.3 
pcre2_match.3 1 .TH PCRE2_MATCH 3 "21 October 2014" "PCRE2 10.00"
10 .B int pcre2_match(const pcre2_code *\fIcode\fP, PCRE2_SPTR \fIsubject\fP,
pcre2jit.3 357 rc = pcre2_match(re, subject, length, 0, 0, match_data, mcontext);
pcre2_jit_compile.3 
pcre2_jit_stack_create.3 
pcre2_jit_stack_assign.3 
pcre2api.3 31 .B int pcre2_match(const pcre2_code *\fIcode\fP, PCRE2_SPTR \fIsubject\fP,
504 Use pointer in pcre2_match()
    [all...]
pcre2_dfa_match.3 
pcre2partial.3 53 .SH "PARTIAL MATCHING USING pcre2_match()"
84 .SS "PCRE2_PARTIAL_SOFT WITH pcre2_match()"
111 .SS "PCRE2_PARTIAL_HARD WITH pcre2_match()"
262 .SH "MULTI-SEGMENT MATCHING WITH pcre2_match()"
pcre2.txt 202 int pcre2_match(const pcre2_code *code, PCRE2_SPTR subject,
473 The functions pcre2_compile(), and pcre2_match() are used for compiling
492 JIT matching is automatically used by pcre2_match() if it is available,
509 string that has been matched by pcre2_match(). They are:
575 section on pcre2_match() options below.
619 Use pointer in pcre2_match()
    [all...]
  /external/pcre/dist2/doc/html/
pcre2_jit_match.html 34 it bypasses some of the sanity checks that <b>pcre2_match()</b> applies.
36 <a href="pcre2_match.html"><b>pcre2_match()</b>.</a>
44 The return values are the same as for <b>pcre2_match()</b> plus
pcre2stack.html 19 When you call <b>pcre2_match()</b>, it makes use of an internal function called
43 The above comments apply when <b>pcre2_match()</b> is run in its normal
46 options passed to <b>pcre2_match()</b> were not incompatible, the matching
54 <b>pcre2_match()</b>, and uses recursion only when there is a regular expression
65 relevant only for <b>pcre2_match()</b> without the JIT optimization.
68 Reducing <b>pcre2_match()</b>'s stack usage
101 Compiling PCRE2 to use heap instead of stack for <b>pcre2_match()</b>
106 <b>pcre2_match()</b> is running. This makes it run more slowly, however. Details
120 if possible while <b>pcre2_match()</b> is running. They are all freed just
124 Limiting <b>pcre2_match()</b>'s stack usag
    [all...]
pcre2_match.html 3 <title>pcre2_match specification</title>
6 <h1>pcre2_match man page</h1>
22 <b>int pcre2_match(const pcre2_code *<i>code</i>, PCRE2_SPTR <i>subject</i>,</b>
pcre2jit.html 98 PCRE2_PARTIAL_SOFT options of <b>pcre2_match()</b>, you should set one or both
101 (normal, soft partial, hard partial). When <b>pcre2_match()</b> is called, the
126 There are some <b>pcre2_match()</b> options that are not supported by JIT, and
149 The <b>pcre2_match()</b> options that are supported for JIT matching are
155 If the PCRE2_NO_JIT option is passed to <b>pcre2_match()</b> it disables the
166 as those given by the interpretive <b>pcre2_match()</b> code, with the addition
232 obeyed when <b>pcre2_match()</b> is called with options that are incompatible
303 <b>pcre2_match()</b>, (that is, it is assigned to a match context that is passed
314 <b>pcre2_match()</b> again. When you assign the stack to a match context, only a
317 not\fP call <b>pcre2_match()</b> with a match context pointing to an alread
    [all...]
pcre2_get_mark.html 28 After a call of <b>pcre2_match()</b> that was passed the match block that is
pcre2_get_startchar.html 28 After a successful call of <b>pcre2_match()</b> that was passed the match block
pcre2partial.html 17 <li><a name="TOC2" href="#SEC2">PARTIAL MATCHING USING pcre2_match()</a>
22 <li><a name="TOC7" href="#SEC7">MULTI-SEGMENT MATCHING WITH pcre2_match()</a>
78 <br><a name="SEC2" href="#TOC1">PARTIAL MATCHING USING pcre2_match()</a><br>
80 A partial match occurs during a call to <b>pcre2_match()</b> when the end of the
110 PCRE2_PARTIAL_SOFT WITH pcre2_match()
113 If PCRE2_PARTIAL_SOFT is set when <b>pcre2_match()</b> identifies a partial
139 PCRE2_PARTIAL_HARD WITH pcre2_match()
142 If PCRE2_PARTIAL_HARD is set for <b>pcre2_match()</b>, PCRE2_ERROR_PARTIAL is
286 <br><a name="SEC7" href="#TOC1">MULTI-SEGMENT MATCHING WITH pcre2_match()</a><br>
289 a new segment of data when using <b>pcre2_match()</b>. Instead, new data must b
    [all...]
pcre2api.html 43 <li><a name="TOC28" href="#SEC28">HOW PCRE2_MATCH() RETURNS A STRING AND CAPTURED SUBSTRINGS</a>
45 <li><a name="TOC30" href="#SEC30">ERROR RETURNS FROM <b>pcre2_match()</b></a>
85 <b>int pcre2_match(const pcre2_code *<i>code</i>, PCRE2_SPTR <i>subject</i>,</b>
397 The functions <b>pcre2_compile()</b>, and <b>pcre2_match()</b> are used for
421 JIT matching is automatically used by <b>pcre2_match()</b> if it is available,
442 been matched by <b>pcre2_match()</b>. They are:
513 <a href="#matchoptions">section on <b>pcre2_match()</b> options</a>
561 Use pointer in pcre2_match()
699 interpreted matching functions, <i>pcre2_match()</i> and
732 functions, <i>pcre2_match()</i> and <i>pcre2_dfa_match()</i>
    [all...]
pcre2_jit_compile.html 30 much faster than the <b>pcre2_match()</b> interpretive matching function. Full
pcre2_jit_stack_create.html 35 which can then be processed by <b>pcre2_match()</b>. If the "fast path" JIT
  /external/pcre/
Android.bp 14 libpcre2_dist_prefix + "/src/pcre2_match.c",
  /external/pcre/dist2/src/
pcre2.h.generic 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...]

Completed in 694 milliseconds

1 2 3 4