Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2801 if (rws->free < RWS_RSIZE + RWS_OVEC_OSIZE) in internal_dfa_match()
2810 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2826 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2909 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2925 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
3047 if (rws->free < RWS_RSIZE + RWS_OVEC_OSIZE) in internal_dfa_match()
3056 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
3097 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
3146 if (rws->free < RWS_RSIZE + RWS_OVEC_OSIZE) in internal_dfa_match()
3155 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
[all …]

Completed in 18 milliseconds