Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c321 #define RWS_OVEC_RSIZE (1000*OVEC_UNIT) /* Ovector for recursion */ macro
2948 if (rws->free < RWS_RSIZE + RWS_OVEC_RSIZE) in internal_dfa_match()
2950 rc = more_workspace(&rws, RWS_OVEC_RSIZE, mb); in internal_dfa_match()
2956 local_workspace = ((int *)local_offsets) + RWS_OVEC_RSIZE; in internal_dfa_match()
2957 rws->free -= RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()
2987 RWS_OVEC_RSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()
2993 rws->free += RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()

Completed in 14 milliseconds