Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c79 zend_regexp_list **regexp_list_it, *it; in zend_accel_blacklist_update_regexp() local
88 regexp_list_it = &(blacklist->regexp_list); in zend_accel_blacklist_update_regexp()
198 *regexp_list_it = it; in zend_accel_blacklist_update_regexp()
199 regexp_list_it = &it->next; in zend_accel_blacklist_update_regexp()
352 zend_regexp_list *regexp_list_it = blacklist->regexp_list; local
355 if (regexp_list_it == NULL) {
358 while (regexp_list_it != NULL) {
359 pcre2_match_data *match_data = php_pcre_create_match_data(0, regexp_list_it->re);
364 …int rc = pcre2_match(regexp_list_it->re, (PCRE2_SPTR)verify_path, verify_path_len, 0, 0, match_dat…
371 regexp_list_it = regexp_list_it->next;

Completed in 6 milliseconds