Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2754 if (rws->free < RWS_RSIZE + RWS_OVEC_OSIZE) in internal_dfa_match()
2763 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2779 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2862 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2878 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2911 rws->free -= RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()
2941 rws->free += RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()
3004 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
3045 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
3103 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
[all …]

Completed in 12 milliseconds