Lines Matching refs:php_struct
79 php_struct *ctx; in php_apache_sapi_ub_write()
94 php_struct *ctx; in php_apache_sapi_header_handler()
156 php_struct *ctx = SG(server_context); in php_apache_sapi_send_headers()
187 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()
243 php_struct *ctx = SG(server_context); in php_apache_sapi_read_cookies()
255 php_struct *ctx = SG(server_context); in php_apache_sapi_getenv()
270 php_struct *ctx = SG(server_context); in php_apache_sapi_register_variables()
292 php_struct *ctx; in php_apache_sapi_flush()
318 php_struct *ctx; in php_apache_sapi_log_message()
340 php_struct *ctx = SG(server_context); in php_apache_sapi_get_request_time()
471 static int php_apache_request_ctor(request_rec *r, php_struct *ctx TSRMLS_DC) in php_apache_request_ctor()
530 ((php_struct *)SG(server_context))->r = p; in php_apache_ini_dtor()
538 php_struct * volatile ctx; in php_handler()