Searched refs:local_offsets (Results 1 – 1 of 1) sorted by relevance
2577 PCRE2_SIZE local_offsets[2]; in internal_dfa_match() local2588 local_offsets, /* offset vector */ in internal_dfa_match()2589 sizeof(local_offsets)/sizeof(PCRE2_SIZE), /* size of same */ in internal_dfa_match()2604 PCRE2_SIZE local_offsets[1000]; in internal_dfa_match() local2707 local_offsets, /* offset vector */ in internal_dfa_match()2708 sizeof(local_offsets)/sizeof(PCRE2_SIZE), /* size of same */ in internal_dfa_match()2727 PCRE2_SIZE local_offsets[1000]; in internal_dfa_match() local2755 local_offsets, /* offset vector */ in internal_dfa_match()2756 sizeof(local_offsets)/sizeof(PCRE2_SIZE), /* size of same */ in internal_dfa_match()2775 PCRE2_SIZE charcount = local_offsets[rc+1] - local_offsets[rc]; in internal_dfa_match()[all …]