Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2683 if (rws->free < RWS_RSIZE + RWS_OVEC_OSIZE) in internal_dfa_match()
2692 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2708 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2791 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2807 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2924 if (rws->free < RWS_RSIZE + RWS_OVEC_OSIZE) in internal_dfa_match()
2933 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2974 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
3023 if (rws->free < RWS_RSIZE + RWS_OVEC_OSIZE) in internal_dfa_match()
3032 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
[all …]

Completed in 10 milliseconds