Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c317 #define RWS_BASE_SIZE (DFA_START_RWS_SIZE/sizeof(int)) /* Stack vector */ macro
3282 int base_recursion_workspace[RWS_BASE_SIZE]; in pcre2_dfa_match()
3285 rws->size = RWS_BASE_SIZE; in pcre2_dfa_match()
3286 rws->free = RWS_BASE_SIZE - RWS_ANCHOR_SIZE; in pcre2_dfa_match()

Completed in 12 milliseconds