php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_accelerator_blacklist.h
Go to the documentation of this file.
1/*
2 +----------------------------------------------------------------------+
3 | Zend OPcache |
4 +----------------------------------------------------------------------+
5 | Copyright (c) The PHP Group |
6 +----------------------------------------------------------------------+
7 | This source file is subject to version 3.01 of the PHP license, |
8 | that is bundled with this package in the file LICENSE, and is |
9 | available through the world-wide-web at the following url: |
10 | https://www.php.net/license/3_01.txt |
11 | If you did not receive a copy of the PHP license and are unable to |
12 | obtain it through the world-wide-web, please send a note to |
13 | license@php.net so we can mail you a copy immediately. |
14 +----------------------------------------------------------------------+
15 | Authors: Andi Gutmans <andi@php.net> |
16 | Zeev Suraski <zeev@php.net> |
17 | Stanislav Malyshev <stas@zend.com> |
18 | Dmitry Stogov <dmitry@php.net> |
19 +----------------------------------------------------------------------+
20*/
21
22#ifndef ZEND_ACCELERATOR_BLACKLIST_H
23#define ZEND_ACCELERATOR_BLACKLIST_H
24
26
32
39
41
43
46
47void zend_accel_blacklist_load(zend_blacklist *blacklist, char *filename);
48bool zend_accel_blacklist_is_blacklisted(zend_blacklist *blacklist, char *verify_path, size_t verify_path_len);
50
51#endif /* ZEND_ACCELERATOR_BLACKLIST_H */
int id
int path_length
char * path
zend_regexp_list * regexp_list
zend_blacklist_entry * entries
zend_blacklist accel_blacklist
int(* blacklist_apply_func_arg_t)(zend_blacklist_entry *, zval *)
bool zend_accel_blacklist_is_blacklisted(zend_blacklist *blacklist, char *verify_path, size_t verify_path_len)
void zend_accel_blacklist_shutdown(zend_blacklist *blacklist)
struct _zend_blacklist zend_blacklist
struct _zend_blacklist_entry zend_blacklist_entry
void zend_accel_blacklist_load(zend_blacklist *blacklist, char *filename)
void zend_accel_blacklist_init(zend_blacklist *blacklist)
struct _zend_regexp_list zend_regexp_list
void zend_accel_blacklist_apply(zend_blacklist *blacklist, blacklist_apply_func_arg_t func, void *argument)
struct _zval_struct zval
execute_data func