Searched refs:RSCAN_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
8802 #define RSCAN_CACHE_SIZE 8 in pcre2_compile() macro8809 int start = RSCAN_CACHE_SIZE; in pcre2_compile()8810 recurse_cache rc[RSCAN_CACHE_SIZE]; in pcre2_compile()8846 if (--start < 0) start = RSCAN_CACHE_SIZE - 1; in pcre2_compile()8849 if (ccount < RSCAN_CACHE_SIZE) ccount++; in pcre2_compile()