Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/
H A Dphp_pcre.c503 int *num_clean = (int *)arg; in pcre_clean_cache() local
505 if (*num_clean > 0 && !pce->refcount) { in pcre_clean_cache()
506 (*num_clean)--; in pcre_clean_cache()
837 int num_clean = PCRE_CACHE_SIZE / 8; in pcre_get_compiled_regex_cache_ex() local
838 zend_hash_apply_with_argument(&PCRE_G(pcre_cache), pcre_clean_cache, &num_clean); in pcre_get_compiled_regex_cache_ex()

Completed in 12 milliseconds