Home
last modified time | relevance | path

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

/PHP-7.2/ext/opcache/
H A Dzend_accelerator_blacklist.c78 zend_regexp_list **regexp_list_it, *it; in zend_accel_blacklist_update_regexp() local
86 regexp_list_it = &(blacklist->regexp_list); in zend_accel_blacklist_update_regexp()
187 *regexp_list_it = it; in zend_accel_blacklist_update_regexp()
188 regexp_list_it = &it->next; in zend_accel_blacklist_update_regexp()
340 zend_regexp_list *regexp_list_it = blacklist->regexp_list; local
342 if (regexp_list_it == NULL) {
345 while (regexp_list_it != NULL) {
346 if (pcre_exec(regexp_list_it->re, NULL, verify_path, strlen(verify_path), 0, 0, NULL, 0) >= 0) {
350 regexp_list_it = regexp_list_it->next;

Completed in 4 milliseconds