Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c515 int *num_clean = (int *)arg; in pcre_clean_cache() local
517 if (*num_clean > 0 && !pce->refcount) { in pcre_clean_cache()
518 (*num_clean)--; in pcre_clean_cache()
829 int num_clean = PCRE_CACHE_SIZE / 8; in pcre_get_compiled_regex_cache_ex() local
830 zend_hash_apply_with_argument(&PCRE_G(pcre_cache), pcre_clean_cache, &num_clean); in pcre_get_compiled_regex_cache_ex()

Completed in 11 milliseconds