Lines Matching refs:PCRE2_SIZE
219 display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size, in display_frames()
273 do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr) in do_callout()
276 PCRE2_SIZE save0, save1; in do_callout()
277 PCRE2_SIZE *callout_ovector; in do_callout()
295 callout_ovector = (PCRE2_SIZE *)(Fovector) - 2; in do_callout()
306 cb->current_position = (PCRE2_SIZE)(Feptr - mb->start_subject); in do_callout()
361 match_ref(PCRE2_SIZE offset, BOOL caseless, heapframe *F, match_block *mb, in match_ref()
362 PCRE2_SIZE *lengthptr) in match_ref()
365 PCRE2_SIZE length; in match_ref()
473 if ((PCRE2_SIZE)(mb->end_subject - eptr) < length) return 1; /* Partial */ in match_ref()
595 PCRE2_SIZE frame_size, pcre2_match_data *match_data, match_block *mb) in match()
605 PCRE2_SIZE frame_copy_size; /* Amount to copy when creating a new frame */ in match()
612 PCRE2_SIZE offset; /* Used for group offsets */ in match()
613 PCRE2_SIZE length; /* Used for various length calculations */ in match()
671 PCRE2_SIZE newsize; in match()
672 PCRE2_SIZE usedsize = (char *)N - (char *)(match_data->heapframes); in match()
685 PCRE2_SIZE old_size = match_data->heapframes_size / 1024; in match()
690 PCRE2_SIZE max_delta = 1024 * (mb->heap_limit - old_size); in match()
938 memcpy(match_data->ovector + 2, Fovector, (i - 2) * sizeof(PCRE2_SIZE)); in match()
1002 if (Flength > (PCRE2_SIZE)(mb->end_subject - Feptr)) in match()
5080 PCRE2_SIZE slength; in match()
5101 PCRE2_SIZE slength; in match()
5128 PCRE2_SIZE slength; in match()
5179 PCRE2_SIZE slength; in match()
5524 assert_accept_frame->offset_top * sizeof(PCRE2_SIZE)); in match()
5715 assert_accept_frame->offset_top * sizeof(PCRE2_SIZE)); in match()
5943 Foffset_top * sizeof(PCRE2_SIZE)); in match()
5979 Foffset_top * sizeof(PCRE2_SIZE)); in match()
6069 Foffset_top * sizeof(PCRE2_SIZE)); in match()
6530 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
6531 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_match()
6581 PCRE2_SIZE frame_size; in pcre2_match()
6582 PCRE2_SIZE heapframes_size; in pcre2_match()
6953 cb.subject_length = (PCRE2_SIZE)(end_subject - subject); in pcre2_match()
7033 re->top_bracket * 2 * sizeof(PCRE2_SIZE) + HEAPFRAME_ALIGNMENT - 1) & in pcre2_match()
7057 PCRE2_SIZE max_size = 1024 * mb->heap_limit; in pcre2_match()
7244 PCRE2_SIZE searchlength = end_subject - start_match; in pcre2_match()
7424 PCRE2_SIZE check_length = end_subject - start_match; in pcre2_match()
7496 cb.start_match = (PCRE2_SIZE)(start_match - subject); in pcre2_match()