Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A Dzend_accelerator_blacklist.c54 blacklist->pos = 0; in zend_accel_blacklist_init()
62 if (!blacklist->entries) { in zend_accel_blacklist_init()
199 zend_blacklist_entry *p = blacklist->entries, *end = blacklist->entries + blacklist->pos; in zend_accel_blacklist_shutdown()
220 if (blacklist->pos == blacklist->size) { in zend_accel_blacklist_allocate()
222blacklist->entries = (zend_blacklist_entry *) realloc(blacklist->entries, sizeof(zend_blacklist_en… in zend_accel_blacklist_allocate()
294 blacklist->entries[blacklist->pos].path_length = path_length; in zend_accel_blacklist_loadone()
295 blacklist->entries[blacklist->pos].path = (char *)malloc(path_length + 1); in zend_accel_blacklist_loadone()
296 if (!blacklist->entries[blacklist->pos].path) { in zend_accel_blacklist_loadone()
301 blacklist->entries[blacklist->pos].id = blacklist->pos; in zend_accel_blacklist_loadone()
302 memcpy(blacklist->entries[blacklist->pos].path, real_path, path_length + 1); in zend_accel_blacklist_loadone()
[all …]
H A Dzend_accelerator_blacklist.h44 void zend_accel_blacklist_init(zend_blacklist *blacklist);
45 void zend_accel_blacklist_shutdown(zend_blacklist *blacklist);
47 void zend_accel_blacklist_load(zend_blacklist *blacklist, char *filename);
48 zend_bool zend_accel_blacklist_is_blacklisted(zend_blacklist *blacklist, char *verify_path);
49 void zend_accel_blacklist_apply(zend_blacklist *blacklist, blacklist_apply_func_arg_t func, void *a…
H A Dzend_accelerator_module.c683 zval directives, version, blacklist; local
747 array_init(&blacklist);
748 zend_accel_blacklist_apply(&accel_blacklist, add_blacklist_path, &blacklist);
749 add_assoc_zval(return_value, "blacklist", &blacklist);
H A DREADME169 The location of the OPcache blacklist file (wildcards allowed).
170 Each OPcache blacklist file is a text file that holds the names of files
/PHP-7.0/ext/opcache/tests/
H A Dblacklist-win32.phpt6 opcache.blacklist_filename={PWD}/opcache-*.blacklist
15 $conf = $conf['blacklist'];
19 include("blacklist.inc");
29 [3] => __DIR__\blacklist.inc
H A Dblacklist.phpt6 opcache.blacklist_filename={PWD}/opcache-*.blacklist
15 $conf = $conf['blacklist'];
19 include("blacklist.inc");
29 [3] => __DIR__/blacklist.inc
H A Dopcache-1.blacklist1 ; comments are allowed in blacklist file
H A Dopcache-2.blacklist3 blacklist.inc
/PHP-7.0/
H A Dphp.ini-development1821 ; The location of the OPcache blacklist file (wildcards allowed).
1822 ; Each OPcache blacklist file is a text file that holds the names of files
H A Dphp.ini-production1821 ; The location of the OPcache blacklist file (wildcards allowed).
1822 ; Each OPcache blacklist file is a text file that holds the names of files

Completed in 56 milliseconds