Searched refs:PCRE2_UNSET (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_substring.c | 89 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() 334 if (match_data->ovector[stringnumber*2] == PCRE2_UNSET) in pcre2_substring_length_bynumber()
|
H A D | pcre2_context.c | 138 PCRE2_UNSET, /* Max pattern length */ 139 PCRE2_UNSET, /* Max pattern compiled length */ 176 PCRE2_UNSET, /* Offset limit */
|
H A D | pcre2_jit_match.c | 154 arguments.offset_limit = PCRE2_UNSET; in pcre2_jit_match()
|
H A D | pcre2_substitute.c | 254 *blength = PCRE2_UNSET; in pcre2_substitute() 255 ovecsave[0] = ovecsave[1] = ovecsave[2] = PCRE2_UNSET; in pcre2_substitute() 705 if (ovector[ng*2] != PCRE2_UNSET) in pcre2_substitute()
|
H A D | pcre2_match.c | 243 if (Q->last_group_offset == PCRE2_UNSET) in display_frames() 328 callout_ovector[0] = callout_ovector[1] = PCRE2_UNSET; in do_callout() 372 if (offset >= Foffset_top || Fovector[offset] == PCRE2_UNSET) in match_ref() 816 if (offset == PCRE2_UNSET) return PCRE2_ERROR_INTERNAL; in match() 855 if (offset == PCRE2_UNSET) return PCRE2_ERROR_INTERNAL; in match() 939 while (--i >= Foffset_top + 2) match_data->ovector[i] = PCRE2_UNSET; in match() 5066 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) in match() 5441 while (offset != PCRE2_UNSET) in match() 5970 if (offset == PCRE2_UNSET) return PCRE2_ERROR_INTERNAL; in match() 6671 if (mcontext != NULL && mcontext->offset_limit != PCRE2_UNSET && in pcre2_match() [all …]
|
H A D | pcre2.h | 482 #define PCRE2_UNSET (~(PCRE2_SIZE)0) macro
|
H A D | pcre2_compile.c | 3242 if (cb->small_ref_offset[escape] == PCRE2_UNSET) in parse_regex() 9902 if (cb->erroroffset == PCRE2_UNSET) cb->erroroffset = offset; in set_lookbehind_lengths() 9972 cb->erroroffset = PCRE2_UNSET; in check_lookbehinds() 10290 for (i = 0; i < 10; i++) cb.small_ref_offset[i] = PCRE2_UNSET; in pcre2_compile()
|
H A D | pcre2_dfa_match.c | 3508 if (mcontext->offset_limit != PCRE2_UNSET) in pcre2_dfa_match()
|
H A D | pcre2_jit_compile.c | 5438 end = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, (sljit_sw) PCRE2_UNSET); in mainloop_entry() 9926 ovector[0] = PCRE2_UNSET; in do_callout_jit() 9927 ovector[1] = PCRE2_UNSET; in do_callout_jit() 9940 if (ovector[0] != PCRE2_UNSET) in do_callout_jit()
|
/php-src/ext/pcre/ |
H A D | php_pcre.c | 961 if (PCRE2_UNSET == start_offset) { in populate_match_value() 994 if (PCRE2_UNSET == start_offset) { in add_offset_pair() 1028 add_named(result, name, &match_pair, start_offset == PCRE2_UNSET); in add_offset_pair() 1051 add_offset_pair(subpats_ht, NULL, PCRE2_UNSET, PCRE2_UNSET, subpat_names[i], 1); in populate_subpat_array() 1059 add_named(subpats_ht, subpat_names[i], &val, offsets[2*i] == PCRE2_UNSET); in populate_subpat_array() 1081 add_offset_pair(subpats_ht, NULL, PCRE2_UNSET, PCRE2_UNSET, NULL, 1); in populate_subpat_array() 1335 match_sets[i], NULL, PCRE2_UNSET, PCRE2_UNSET, in php_pcre_match_impl()
|
Completed in 127 milliseconds