Home
last modified time | relevance | path

Searched refs:PCRE2_UNSET (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_substring.c89 if (match_data->ovector[n*2] != PCRE2_UNSET) in pcre2_substring_copy_byname()
177 if (match_data->ovector[n*2] != PCRE2_UNSET) in pcre2_substring_get_byname()
284 if (match_data->ovector[n*2] != PCRE2_UNSET) in pcre2_substring_length_byname()
333 if (match_data->ovector[stringnumber*2] == PCRE2_UNSET) in pcre2_substring_length_bynumber()
H A Dpcre2_context.c138 PCRE2_UNSET, /* Max pattern length */
173 PCRE2_UNSET, /* Offset limit */
H A Dpcre2_jit_match.c148 arguments.offset_limit = PCRE2_UNSET; in pcre2_jit_match()
H A Dpcre2_substitute.c254 *blength = PCRE2_UNSET; in pcre2_substitute()
255 ovecsave[0] = ovecsave[1] = ovecsave[2] = PCRE2_UNSET; in pcre2_substitute()
683 if (ovector[ng*2] != PCRE2_UNSET) in pcre2_substitute()
H A Dpcre2_match.c236 if (Q->last_group_offset == PCRE2_UNSET) in display_frames()
321 callout_ovector[0] = callout_ovector[1] = PCRE2_UNSET; in do_callout()
365 if (offset >= Foffset_top || Fovector[offset] == PCRE2_UNSET) in match_ref()
639 Flast_group_offset = PCRE2_UNSET; /* Saved frame of most recent group */ in match()
774 if (offset == PCRE2_UNSET) return PCRE2_ERROR_INTERNAL; in match()
812 if (offset == PCRE2_UNSET) return PCRE2_ERROR_INTERNAL; in match()
871 while (--i >= Foffset_top + 2) ovector[i] = PCRE2_UNSET; in match()
4764 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) in match()
5134 while (offset != PCRE2_UNSET) in match()
6247 if (mcontext != NULL && mcontext->offset_limit != PCRE2_UNSET && in pcre2_match()
[all …]
H A Dpcre2.h472 #define PCRE2_UNSET (~(PCRE2_SIZE)0) macro
H A Dpcre2_compile.c2940 if (cb->small_ref_offset[escape] == PCRE2_UNSET) in parse_regex()
9439 if (cb->erroroffset == PCRE2_UNSET) cb->erroroffset = offset; in set_lookbehind_lengths()
9484 cb->erroroffset = PCRE2_UNSET; in check_lookbehinds()
9799 for (i = 0; i < 10; i++) cb.small_ref_offset[i] = PCRE2_UNSET; in pcre2_compile()
H A Dpcre2_dfa_match.c3397 if (mcontext->offset_limit != PCRE2_UNSET) in pcre2_dfa_match()
H A Dpcre2_jit_compile.c5208 end = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, (sljit_sw) PCRE2_UNSET); in mainloop_entry()
9414 ovector[0] = PCRE2_UNSET; in do_callout()
9415 ovector[1] = PCRE2_UNSET; in do_callout()
9428 if (ovector[0] != PCRE2_UNSET) in do_callout()
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c1003 if (PCRE2_UNSET == start_offset) { in populate_match_value()
1036 if (PCRE2_UNSET == start_offset) { in add_offset_pair()
1056 add_named(result, name, &match_pair, start_offset == PCRE2_UNSET); in add_offset_pair()
1078 add_offset_pair(subpats, NULL, PCRE2_UNSET, PCRE2_UNSET, subpat_names[i], 1); in populate_subpat_array()
1086 add_named(subpats, subpat_names[i], &val, offsets[2*i] == PCRE2_UNSET); in populate_subpat_array()
1108 add_offset_pair(subpats, NULL, PCRE2_UNSET, PCRE2_UNSET, NULL, 1); in populate_subpat_array()
1369 &match_sets[i], NULL, PCRE2_UNSET, PCRE2_UNSET, in php_pcre_match_impl()
1444 if (PCRE2_UNSET == start_offset2 || start_offset2 > subject_len) { in php_pcre_match_impl()

Completed in 192 milliseconds