Searched refs:regexp_list_it (Results 1 – 1 of 1) sorted by relevance
78 zend_regexp_list **regexp_list_it, *it; in zend_accel_blacklist_update_regexp() local86 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; local342 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