Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c301 #define INTS_PER_STATEBLOCK (int)(sizeof(stateblock)/sizeof(int)) macro
563 wscount = (wscount - (wscount % (INTS_PER_STATEBLOCK * 2))) / in internal_dfa_match()
564 (2 * INTS_PER_STATEBLOCK); in internal_dfa_match()
3351 workspace[1] > (int)((wscount - 2)/INTS_PER_STATEBLOCK)) in pcre2_dfa_match()

Completed in 13 milliseconds