Lines Matching refs:php_struct
76 php_struct *ctx; in ZEND_TSRMLS_CACHE_DEFINE()
91 php_struct *ctx; in php_apache_sapi_header_handler()
153 php_struct *ctx = SG(server_context); in php_apache_sapi_send_headers()
184 php_struct *ctx = SG(server_context); in php_apache_sapi_read_post()
215 php_struct *ctx = SG(server_context); in php_apache_sapi_get_stat()
245 php_struct *ctx = SG(server_context); in php_apache_sapi_read_cookies()
257 php_struct *ctx = SG(server_context); in php_apache_sapi_getenv()
272 php_struct *ctx = SG(server_context); in php_apache_sapi_register_variables()
294 php_struct *ctx; in php_apache_sapi_flush()
319 php_struct *ctx; in php_apache_sapi_log_message()
377 php_struct *ctx = SG(server_context); in php_apache_sapi_get_request_time()
512 static int php_apache_request_ctor(request_rec *r, php_struct *ctx) in php_apache_request_ctor()
571 ((php_struct *)SG(server_context))->r = p; in php_apache_ini_dtor()
579 php_struct * volatile ctx; in php_handler()