Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_extuni.c60 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in extuni() argument
65 (void)start_subject; in extuni()
82 start_subject pointer to start of subject
92 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in extuni() argument
116 while (bptr > start_subject) in extuni()
H A Dpcre2_dfa_match.c80 #define PSSTART start_subject /* Field containing processed string start */
369 cb->start_match = (PCRE2_SIZE)(current_subject - mb->start_subject); in do_callout_dfa()
370 cb->current_position = (PCRE2_SIZE)(ptr - mb->start_subject); in do_callout_dfa()
545 PCRE2_SPTR start_subject = mb->start_subject; in internal_dfa_match() local
608 if (current_subject <= start_subject) break; in internal_dfa_match()
610 ACROSSCHAR(current_subject > start_subject, current_subject, in internal_dfa_match()
620 size_t current_offset = (size_t)(current_subject - start_subject); in internal_dfa_match()
884 current_subject > start_subject + mb->start_offset))) in internal_dfa_match()
894 offsets[0] = (PCRE2_SIZE)(current_subject - start_subject); in internal_dfa_match()
[all...]
H A Dpcre2_match.c60 #define PSSTART start_subject /* Field containing processed string start */
235 i, Q->group_frame_type, Q->eptr - mb->start_subject, *(Q->ecode), in display_frames()
301 cb->current_position = (PCRE2_SIZE)(Feptr - mb->start_subject); in do_callout()
380 p = mb->start_subject + Fovector[offset]; in match_ref()
796 Fovector[offset] = P->eptr - mb->start_subject; in match()
797 Fovector[offset+1] = Feptr - mb->start_subject; in match()
854 Fstart_match == mb->start_subject + mb->start_offset))) in match()
880 match_data->ovector[0] = Fstart_match - mb->start_subject; in match()
881 match_data->ovector[1] = Feptr - mb->start_subject; in match()
2567 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, m in match()
[all...]
H A Dpcre2_intmodedep.h879 PCRE2_SPTR start_subject; /* Start of the subject string */ member
908 PCRE2_SPTR start_subject ; /* Start of the subject string */ member
H A Dpcre2_jit_compile.c8525 PCRE2_SPTR start_subject = args->begin; in do_extuni_utf() local
8559 while (bptr > start_subject) in do_extuni_utf()
8593 PCRE2_SPTR start_subject = args->begin; in do_extuni_utf_invalid() local
8627 while (bptr > start_subject) in do_extuni_utf_invalid()
8629 GETCHARBACK_INVALID(c, bptr, start_subject, break); in do_extuni_utf_invalid()
8658 PCRE2_SPTR start_subject = args->begin; in do_extuni_no_utf() local
8695 while (bptr > start_subject) in do_extuni_no_utf()

Completed in 22 milliseconds