Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c319 #define RWS_OVEC_RSIZE (1000*OVEC_UNIT) /* Ovector for recursion */ macro
2902 if (rws->free < RWS_RSIZE + RWS_OVEC_RSIZE) in internal_dfa_match()
2904 rc = more_workspace(&rws, RWS_OVEC_RSIZE, mb); in internal_dfa_match()
2910 local_workspace = ((int *)local_offsets) + RWS_OVEC_RSIZE; in internal_dfa_match()
2911 rws->free -= RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()
2935 RWS_OVEC_RSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()
2941 rws->free += RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()

Completed in 17 milliseconds