Lines Matching refs:server_context
59 php_struct *ctx = SG(server_context); in php_apache_lookup_uri()
183 ctx = SG(server_context); in PHP_FUNCTION()
207 ctx = SG(server_context); in PHP_FUNCTION()
230 ctx = SG(server_context); in PHP_FUNCTION()
264 ctx = SG(server_context); in PHP_FUNCTION()
300 ctx = SG(server_context); in PHP_FUNCTION()
371 server_rec *serv = ((php_struct *) SG(server_context))->r->server; in PHP_MINFO_FUNCTION()
439 …const apr_array_header_t *arr = apr_table_elts(((php_struct *) SG(server_context))->r->subprocess_… in PHP_MINFO_FUNCTION()
457 php_info_print_table_row(2, "HTTP Request", ((php_struct *) SG(server_context))->r->the_request); in PHP_MINFO_FUNCTION()
459 arr = apr_table_elts(((php_struct *) SG(server_context))->r->headers_in); in PHP_MINFO_FUNCTION()
468 arr = apr_table_elts(((php_struct *) SG(server_context))->r->headers_out); in PHP_MINFO_FUNCTION()