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.c320 #define RWS_OVEC_OSIZE (2*OVEC_UNIT) /* Ovector in other cases */ macro
2697 if (rws->free < RWS_RSIZE + RWS_OVEC_OSIZE) in internal_dfa_match()
2699 rc = more_workspace(&rws, RWS_OVEC_OSIZE, mb); in internal_dfa_match()
2705 local_workspace = ((int *)local_offsets) + RWS_OVEC_OSIZE; in internal_dfa_match()
2706 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2716 RWS_OVEC_OSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()
2722 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2796 if (rws->free < RWS_RSIZE + RWS_OVEC_OSIZE) in internal_dfa_match()
2798 rc = more_workspace(&rws, RWS_OVEC_OSIZE, mb); in internal_dfa_match()
2804 local_workspace = ((int *)local_offsets) + RWS_OVEC_OSIZE; in internal_dfa_match()
[all …]