Lines Matching refs:PCRE2_SIZE

212 display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size,  in display_frames()
266 do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr) in do_callout()
269 PCRE2_SIZE save0, save1; in do_callout()
270 PCRE2_SIZE *callout_ovector; in do_callout()
288 callout_ovector = (PCRE2_SIZE *)(Fovector) - 2; in do_callout()
299 cb->current_position = (PCRE2_SIZE)(Feptr - mb->start_subject); in do_callout()
354 match_ref(PCRE2_SIZE offset, BOOL caseless, heapframe *F, match_block *mb, in match_ref()
355 PCRE2_SIZE *lengthptr) in match_ref()
358 PCRE2_SIZE length; in match_ref()
466 if ((PCRE2_SIZE)(mb->end_subject - eptr) < length) return 1; /* Partial */ in match_ref()
582 match(PCRE2_SPTR start_eptr, PCRE2_SPTR start_ecode, PCRE2_SIZE *ovector, in match()
583 uint16_t oveccount, uint16_t top_bracket, PCRE2_SIZE frame_size, in match()
592 PCRE2_SIZE frame_copy_size; /* Amount to copy when creating a new frame */ in match()
597 PCRE2_SIZE offset; /* Used for group offsets */ in match()
598 PCRE2_SIZE length; /* Used for various length calculations */ in match()
654 PCRE2_SIZE newsize = mb->frame_vector_size * 2; in match()
659 PCRE2_SIZE maxsize = ((mb->heap_limit * 1024)/frame_size) * frame_size; in match()
872 memcpy(ovector + 2, Fovector, (i - 2) * sizeof(PCRE2_SIZE)); in match()
936 if (Flength > (PCRE2_SIZE)(mb->end_subject - Feptr)) in match()
4780 PCRE2_SIZE slength; in match()
4801 PCRE2_SIZE slength; in match()
4828 PCRE2_SIZE slength; in match()
4879 PCRE2_SIZE slength; in match()
5215 assert_accept_frame->offset_top * sizeof(PCRE2_SIZE)); in match()
5406 assert_accept_frame->offset_top * sizeof(PCRE2_SIZE)); in match()
5558 Foffset_top * sizeof(PCRE2_SIZE)); in match()
5643 Foffset_top * sizeof(PCRE2_SIZE)); in match()
6104 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
6105 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_match()
6155 PCRE2_SIZE frame_size; in pcre2_match()
6529 cb.subject_length = (PCRE2_SIZE)(end_subject - subject); in pcre2_match()
6607 re->top_bracket * 2 * sizeof(PCRE2_SIZE); in pcre2_match()
6651 re->top_bracket * 2 * sizeof(PCRE2_SIZE)); in pcre2_match()
6812 PCRE2_SIZE searchlength = end_subject - start_match; in pcre2_match()
6992 PCRE2_SIZE check_length = end_subject - start_match; in pcre2_match()
7064 cb.start_match = (PCRE2_SIZE)(start_match - subject); in pcre2_match()