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()
218 php_struct *ctx = SG(server_context); in php_apache_sapi_get_stat()
241 php_struct *ctx = SG(server_context); in php_apache_sapi_read_cookies()
253 php_struct *ctx = SG(server_context); in php_apache_sapi_getenv()
268 php_struct *ctx = SG(server_context); in php_apache_sapi_register_variables()
290 php_struct *ctx; in php_apache_sapi_flush()
315 php_struct *ctx; in php_apache_sapi_log_message()
373 php_struct *ctx = SG(server_context); in php_apache_sapi_get_request_time()
513 static int php_apache_request_ctor(request_rec *r, php_struct *ctx) in php_apache_request_ctor()
572 ((php_struct *)SG(server_context))->r = p; in php_apache_ini_dtor()
580 php_struct * volatile ctx; in php_handler()