Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/
H A Dzend_accelerator_blacklist.c94 zend_regexp_list **regexp_list_it, *it; in zend_accel_blacklist_update_regexp() local
102 regexp_list_it = &(blacklist->regexp_list); in zend_accel_blacklist_update_regexp()
201 *regexp_list_it = it; in zend_accel_blacklist_update_regexp()
202 regexp_list_it = &it->next; in zend_accel_blacklist_update_regexp()
359 zend_regexp_list *regexp_list_it = blacklist->regexp_list; local
361 if (regexp_list_it == NULL) {
364 while (regexp_list_it != NULL) {
365 if (regexec(&(regexp_list_it->comp_regex), verify_path, 0, NULL, 0) == 0) {
369 regexp_list_it = regexp_list_it->next;

Completed in 5 milliseconds