Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2697 if (rws->free < RWS_RSIZE + RWS_OVEC_OSIZE) in internal_dfa_match()
2706 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2722 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2805 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2821 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2854 rws->free -= RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()
2884 rws->free += RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()
2947 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2988 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
3046 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
[all …]

Completed in 13 milliseconds