Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c10234 #define RSCAN_CACHE_SIZE 8 in pcre2_compile() macro
10241 int start = RSCAN_CACHE_SIZE; in pcre2_compile()
10242 recurse_cache rc[RSCAN_CACHE_SIZE]; in pcre2_compile()
10278 if (--start < 0) start = RSCAN_CACHE_SIZE - 1; in pcre2_compile()
10281 if (ccount < RSCAN_CACHE_SIZE) ccount++; in pcre2_compile()

Completed in 31 milliseconds