Lines Matching refs:php_struct
70 php_struct *ctx; in ZEND_TSRMLS_CACHE_DEFINE()
85 php_struct *ctx; in php_apache_sapi_header_handler()
147 php_struct *ctx = SG(server_context); in php_apache_sapi_send_headers()
178 php_struct *ctx = SG(server_context); in php_apache_sapi_read_post()
209 php_struct *ctx = SG(server_context); in php_apache_sapi_get_stat()
232 php_struct *ctx = SG(server_context); in php_apache_sapi_read_cookies()
244 php_struct *ctx = SG(server_context); in php_apache_sapi_getenv()
259 php_struct *ctx = SG(server_context); in php_apache_sapi_register_variables()
281 php_struct *ctx; in php_apache_sapi_flush()
306 php_struct *ctx; in php_apache_sapi_log_message()
364 php_struct *ctx = SG(server_context); in php_apache_sapi_get_request_time()
499 static int php_apache_request_ctor(request_rec *r, php_struct *ctx) in php_apache_request_ctor()
558 ((php_struct *)SG(server_context))->r = p; in php_apache_ini_dtor()
566 php_struct * volatile ctx; in php_handler()