Home
last modified time | relevance | path

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

/PHP-5.5/sapi/apache/
H A Dmod_php5.h35 } php_apache_info_struct; typedef
41 #define AP(v) TSRMG(php_apache_info_id, php_apache_info_struct *, v)
43 extern php_apache_info_struct php_apache_info;
H A Dphp_apache.c32 php_apache_info_struct php_apache_info;
115 …TRY("xbithack", "0", PHP_INI_ALL, OnUpdateLong, xbithack, php_apache_info_struct, php_apach…
116 …STD_PHP_INI_ENTRY("engine", "1", PHP_INI_ALL, OnUpdateLong, engine, php_apache_info_struct
117 …_modified", "0", PHP_INI_ALL, OnUpdateLong, last_modified, php_apache_info_struct, php_apach…
118 …erminate", "0", PHP_INI_ALL, OnUpdateLong, terminate_child, php_apache_info_struct, php_apach…
123 static void php_apache_globals_ctor(php_apache_info_struct *apache_globals TSRMLS_DC) in PHP_INI_END()
132 …ts_allocate_id(&php_apache_info_id, sizeof(php_apache_info_struct), (ts_allocate_ctor) php_apache_… in PHP_MINIT_FUNCTION()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.h39 } php_apache_info_struct; typedef
54 #define AP(v) TSRMG(php_apache_info_id, php_apache_info_struct *, v)
56 extern php_apache_info_struct php_apache_info;
H A Dphp_apache.c34 php_apache_info_struct php_apache_info;
101 …TRY("xbithack", "0", PHP_INI_ALL, OnUpdateLong, xbithack, php_apache_info_struct, php_apach…
102 …STD_PHP_INI_ENTRY("engine", "1", PHP_INI_ALL, OnUpdateLong, engine, php_apache_info_struct
103 …_modified", "0", PHP_INI_ALL, OnUpdateLong, last_modified, php_apache_info_struct, php_apach…
104 …erminate", "0", PHP_INI_ALL, OnUpdateLong, terminate_child, php_apache_info_struct, php_apach…
108 static void php_apache_globals_ctor(php_apache_info_struct *apache_globals TSRMLS_DC) in PHP_INI_END()
1397 …ts_allocate_id(&php_apache_info_id, sizeof(php_apache_info_struct), (ts_allocate_ctor) php_apache_… in PHP_MINIT_FUNCTION()

Completed in 13 milliseconds