Lines Matching refs:php_struct
74 php_struct *ctx; in ZEND_TSRMLS_CACHE_DEFINE()
89 php_struct *ctx; in php_apache_sapi_header_handler()
151 php_struct *ctx = SG(server_context); in php_apache_sapi_send_headers()
182 php_struct *ctx = SG(server_context); in php_apache_sapi_read_post()
213 php_struct *ctx = SG(server_context); in php_apache_sapi_get_stat()
236 php_struct *ctx = SG(server_context); in php_apache_sapi_read_cookies()
248 php_struct *ctx = SG(server_context); in php_apache_sapi_getenv()
263 php_struct *ctx = SG(server_context); in php_apache_sapi_register_variables()
285 php_struct *ctx; in php_apache_sapi_flush()
310 php_struct *ctx; in php_apache_sapi_log_message()
368 php_struct *ctx = SG(server_context); in php_apache_sapi_get_request_time()
506 static int php_apache_request_ctor(request_rec *r, php_struct *ctx) in php_apache_request_ctor()
565 ((php_struct *)SG(server_context))->r = p; in php_apache_ini_dtor()
573 php_struct * volatile ctx; in php_handler()