php_apache2_info_struct   82 sapi/apache2handler/php_apache.h #define AP2(v) ZEND_TSRMG(php_apache2_info_id, php_apache2_info_struct *, v)
php_apache2_info_struct   85 sapi/apache2handler/php_apache.h extern php_apache2_info_struct php_apache2_info;
php_apache2_info_struct   54 sapi/apache2handler/php_functions.c php_apache2_info_struct php_apache2_info;
php_apache2_info_struct  535 sapi/apache2handler/php_functions.c 	STD_PHP_INI_ENTRY("xbithack",		"0",	PHP_INI_ALL,	OnUpdateBool,	xbithack,	php_apache2_info_struct, php_apache2_info)
php_apache2_info_struct  536 sapi/apache2handler/php_functions.c 	STD_PHP_INI_ENTRY("engine",		"1",	PHP_INI_ALL,	OnUpdateBool,	engine, 	php_apache2_info_struct, php_apache2_info)
php_apache2_info_struct  537 sapi/apache2handler/php_functions.c 	STD_PHP_INI_ENTRY("last_modified",	"0",	PHP_INI_ALL,	OnUpdateBool,	last_modified,	php_apache2_info_struct, php_apache2_info)
php_apache2_info_struct  543 sapi/apache2handler/php_functions.c 	ts_allocate_id(&php_apache2_info_id, sizeof(php_apache2_info_struct), (ts_allocate_ctor) NULL, NULL);