Lines Matching refs:PCRE2_SIZE

214 display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size,  in display_frames()
268 do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr) in do_callout()
271 PCRE2_SIZE save0, save1; in do_callout()
272 PCRE2_SIZE *callout_ovector; in do_callout()
290 callout_ovector = (PCRE2_SIZE *)(Fovector) - 2; in do_callout()
301 cb->current_position = (PCRE2_SIZE)(Feptr - mb->start_subject); in do_callout()
356 match_ref(PCRE2_SIZE offset, BOOL caseless, heapframe *F, match_block *mb, in match_ref()
357 PCRE2_SIZE *lengthptr) in match_ref()
360 PCRE2_SIZE length; in match_ref()
468 if ((PCRE2_SIZE)(mb->end_subject - eptr) < length) return 1; /* Partial */ in match_ref()
590 PCRE2_SIZE frame_size, pcre2_match_data *match_data, match_block *mb) in match()
600 PCRE2_SIZE heapframes_size; /* Usable size of frames vector */ in match()
601 PCRE2_SIZE frame_copy_size; /* Amount to copy when creating a new frame */ in match()
606 PCRE2_SIZE offset; /* Used for group offsets */ in match()
607 PCRE2_SIZE length; /* Used for various length calculations */ in match()
668 PCRE2_SIZE newsize = match_data->heapframes_size * 2; in match()
672 PCRE2_SIZE maxsize = (mb->heap_limit/frame_size) * frame_size; in match()
887 memcpy(match_data->ovector + 2, Fovector, (i - 2) * sizeof(PCRE2_SIZE)); in match()
951 if (Flength > (PCRE2_SIZE)(mb->end_subject - Feptr)) in match()
4987 PCRE2_SIZE slength; in match()
5008 PCRE2_SIZE slength; in match()
5035 PCRE2_SIZE slength; in match()
5086 PCRE2_SIZE slength; in match()
5422 assert_accept_frame->offset_top * sizeof(PCRE2_SIZE)); in match()
5613 assert_accept_frame->offset_top * sizeof(PCRE2_SIZE)); in match()
5765 Foffset_top * sizeof(PCRE2_SIZE)); in match()
5850 Foffset_top * sizeof(PCRE2_SIZE)); in match()
6311 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
6312 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_match()
6362 PCRE2_SIZE frame_size; in pcre2_match()
6363 PCRE2_SIZE heapframes_size; in pcre2_match()
6733 cb.subject_length = (PCRE2_SIZE)(end_subject - subject); in pcre2_match()
6812 re->top_bracket * 2 * sizeof(PCRE2_SIZE) + HEAPFRAME_ALIGNMENT - 1) & in pcre2_match()
7023 PCRE2_SIZE searchlength = end_subject - start_match; in pcre2_match()
7203 PCRE2_SIZE check_length = end_subject - start_match; in pcre2_match()
7275 cb.start_match = (PCRE2_SIZE)(start_match - subject); in pcre2_match()