Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c319 #define RWS_OVEC_RSIZE (1000*OVEC_UNIT) /* Ovector for recursion */ macro
2845 if (rws->free < RWS_RSIZE + RWS_OVEC_RSIZE) in internal_dfa_match()
2847 rc = more_workspace(&rws, RWS_OVEC_RSIZE, mb); in internal_dfa_match()
2853 local_workspace = ((int *)local_offsets) + RWS_OVEC_RSIZE; in internal_dfa_match()
2854 rws->free -= RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()
2878 RWS_OVEC_RSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()
2884 rws->free += RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()

Completed in 14 milliseconds