Home
last modified time | relevance | path

Searched refs:start_subject (Results 1 – 5 of 5) sorted by relevance

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_extuni.c60 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in PRIV()
65 (void)start_subject; in PRIV()
96 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in PRIV()
127 while (bptr > start_subject) in PRIV()
H A Dpcre2_dfa_match.c372 cb->current_position = (PCRE2_SIZE)(ptr - mb->start_subject); in do_callout_dfa()
547 PCRE2_SPTR start_subject = mb->start_subject; in internal_dfa_match() local
610 if (current_subject <= start_subject) break; in internal_dfa_match()
612 ACROSSCHAR(current_subject > start_subject, current_subject, in internal_dfa_match()
897 offsets[1] = (PCRE2_SIZE)(ptr - start_subject); in internal_dfa_match()
1110 if (ptr > start_subject) in internal_dfa_match()
3012 PCRE2_SPTR p = start_subject + local_offsets[rc]; in internal_dfa_match()
3229 PCRE2_SPTR p = start_subject + local_offsets[0]; in internal_dfa_match()
3230 PCRE2_SPTR pp = start_subject + local_offsets[1]; in internal_dfa_match()
3534 mb->start_subject = subject; in pcre2_dfa_match()
[all …]
H A Dpcre2_match.c385 p = mb->start_subject + Fovector[offset]; in match_ref()
824 Fovector[offset] = P->eptr - mb->start_subject; in match()
825 Fovector[offset+1] = Feptr - mb->start_subject; in match()
932 match_data->ovector[1] = Feptr - mb->start_subject; in match()
5848 if (Feptr == mb->start_subject) in match()
5864 ptrdiff_t diff = Feptr - mb->start_subject; in match()
5931 (char *)P->eptr - (char *)mb->start_subject); in match()
6081 Fovector[offset] = P->eptr - mb->start_subject; in match()
6082 Fovector[offset+1] = Feptr - mb->start_subject; in match()
6203 if (Feptr != mb->start_subject && in match()
[all …]
H A Dpcre2_intmodedep.h884 PCRE2_SPTR start_subject; /* Start of the subject string */ member
914 PCRE2_SPTR start_subject ; /* Start of the subject string */ member
H A Dpcre2_jit_compile.c8706 PCRE2_SPTR start_subject = args->begin; in do_extuni_utf() local
8747 while (bptr > start_subject) in do_extuni_utf()
8789 PCRE2_SPTR start_subject = args->begin; in do_extuni_utf_invalid() local
8830 while (bptr > start_subject) in do_extuni_utf_invalid()
8832 GETCHARBACK_INVALID(c, bptr, start_subject, break); in do_extuni_utf_invalid()
8869 PCRE2_SPTR start_subject = args->begin; in do_extuni_no_utf() local
8913 while (bptr > start_subject) in do_extuni_no_utf()

Completed in 119 milliseconds