Home
last modified time | relevance | path

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

/PHP-7.3/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 */
171 PCRE2_UNSET, /* Offset limit */
H A Dpcre2_jit_match.c149 arguments.offset_limit = PCRE2_UNSET; in pcre2_jit_match()
H A Dpcre2_substitute.c245 *blength = PCRE2_UNSET; in pcre2_substitute()
246 ovecsave[0] = ovecsave[1] = ovecsave[2] = PCRE2_UNSET; in pcre2_substitute()
614 if (ovector[ng*2] != PCRE2_UNSET) in pcre2_substitute()
H A Dpcre2_match.c235 if (Q->last_group_offset == PCRE2_UNSET) in display_frames()
320 callout_ovector[0] = callout_ovector[1] = PCRE2_UNSET; in do_callout()
364 if (offset >= Foffset_top || Fovector[offset] == PCRE2_UNSET) in match_ref()
619 Flast_group_offset = PCRE2_UNSET; /* Saved frame of most recent group */ in match()
754 if (offset == PCRE2_UNSET) return PCRE2_ERROR_INTERNAL; in match()
792 if (offset == PCRE2_UNSET) return PCRE2_ERROR_INTERNAL; in match()
851 while (--i >= Foffset_top + 2) ovector[i] = PCRE2_UNSET; in match()
4691 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) in match()
5060 while (offset != PCRE2_UNSET) in match()
6157 if (mcontext != NULL && mcontext->offset_limit != PCRE2_UNSET && in pcre2_match()
[all …]
H A Dpcre2.h477 #define PCRE2_UNSET (~(PCRE2_SIZE)0) macro
H A Dpcre2_compile.c2747 if (cb->small_ref_offset[escape] == PCRE2_UNSET) in parse_regex()
8951 if (cb->erroroffset == PCRE2_UNSET) cb->erroroffset = offset; in set_lookbehind_lengths()
8985 cb->erroroffset = PCRE2_UNSET; in check_lookbehinds()
9270 for (i = 0; i < 10; i++) cb.small_ref_offset[i] = PCRE2_UNSET; in pcre2_compile()
H A Dpcre2_dfa_match.c3365 if (mcontext->offset_limit != PCRE2_UNSET) in pcre2_dfa_match()
H A Dpcre2_jit_compile.c3754 end = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, (sljit_sw) PCRE2_UNSET); in mainloop_entry()
8232 ovector[0] = PCRE2_UNSET; in do_callout()
8233 ovector[1] = PCRE2_UNSET; in do_callout()
8246 if (ovector[0] != PCRE2_UNSET) in do_callout()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c958 if (PCRE2_UNSET == offset) { in add_offset_pair()
1170 if (PCRE2_UNSET == offsets[i<<1]) { in php_pcre_match_impl()
1218 if (PCRE2_UNSET == offsets[i<<1]) { in php_pcre_match_impl()
1229 if (PCRE2_UNSET == offsets[i<<1]) { in php_pcre_match_impl()
1249 if (PCRE2_UNSET == offsets[i<<1]) { in php_pcre_match_impl()
1282 if (PCRE2_UNSET == offsets[i<<1]) { in php_pcre_match_impl()
1293 if (PCRE2_UNSET == offsets[i<<1]) { in php_pcre_match_impl()
1314 if (PCRE2_UNSET == offsets[i<<1]) { in php_pcre_match_impl()
1383 if (PCRE2_UNSET == start_offset2 || start_offset2 > subject_len) { in php_pcre_match_impl()

Completed in 90 milliseconds