Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c313 #define RWS_OVEC_OSIZE (2*OVEC_UNIT) /* Ovector in other cases */ macro
2683 if (rws->free < RWS_RSIZE + RWS_OVEC_OSIZE) in internal_dfa_match()
2685 rc = more_workspace(&rws, RWS_OVEC_OSIZE, mb); in internal_dfa_match()
2691 local_workspace = ((int *)local_offsets) + RWS_OVEC_OSIZE; in internal_dfa_match()
2692 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2702 RWS_OVEC_OSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()
2708 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2782 if (rws->free < RWS_RSIZE + RWS_OVEC_OSIZE) in internal_dfa_match()
2784 rc = more_workspace(&rws, RWS_OVEC_OSIZE, mb); in internal_dfa_match()
2790 local_workspace = ((int *)local_offsets) + RWS_OVEC_OSIZE; in internal_dfa_match()
[all …]