Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c319 #define RWS_BASE_SIZE (DFA_START_RWS_SIZE/sizeof(int)) /* Stack vector */ macro
3391 int base_recursion_workspace[RWS_BASE_SIZE]; in pcre2_dfa_match()
3394 rws->size = RWS_BASE_SIZE; in pcre2_dfa_match()
3395 rws->free = RWS_BASE_SIZE - RWS_ANCHOR_SIZE; in pcre2_dfa_match()

Completed in 14 milliseconds