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.c2693 PCRE2_SIZE *local_offsets; in internal_dfa_match() local
2704 local_offsets = (PCRE2_SIZE *)(RWS + rws->size - rws->free); in internal_dfa_match()
2705 local_workspace = ((int *)local_offsets) + RWS_OVEC_OSIZE; in internal_dfa_match()
2715 local_offsets, /* offset vector */ in internal_dfa_match()
2791 PCRE2_SIZE *local_offsets; in internal_dfa_match() local
2803 local_offsets = (PCRE2_SIZE *)(RWS + rws->size - rws->free); in internal_dfa_match()
2804 local_workspace = ((int *)local_offsets) + RWS_OVEC_OSIZE; in internal_dfa_match()
2814 local_offsets, /* offset vector */ in internal_dfa_match()
2838 PCRE2_SIZE *local_offsets; in internal_dfa_match() local
2852 local_offsets = (PCRE2_SIZE *)(RWS + rws->size - rws->free); in internal_dfa_match()
[all …]