Home
last modified time | relevance | path

Searched refs:local_offsets (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_dfa_match.c2577 PCRE2_SIZE local_offsets[2]; in internal_dfa_match() local
2588 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() local
2707 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() local
2755 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 …]