Lines Matching refs:php_struct
61 php_struct *ctx = SG(server_context); in php_apache_lookup_uri()
175 php_struct *ctx; in PHP_FUNCTION()
199 php_struct *ctx; in PHP_FUNCTION()
223 php_struct *ctx; in PHP_FUNCTION()
255 php_struct *ctx; in PHP_FUNCTION()
290 php_struct *ctx; in PHP_FUNCTION()
373 server_rec *serv = ((php_struct *) SG(server_context))->r->server; in PHP_MINFO_FUNCTION()
441 …const apr_array_header_t *arr = apr_table_elts(((php_struct *) SG(server_context))->r->subprocess_… in PHP_MINFO_FUNCTION()
459 php_info_print_table_row(2, "HTTP Request", ((php_struct *) SG(server_context))->r->the_request); in PHP_MINFO_FUNCTION()
461 arr = apr_table_elts(((php_struct *) SG(server_context))->r->headers_in); in PHP_MINFO_FUNCTION()
470 arr = apr_table_elts(((php_struct *) SG(server_context))->r->headers_out); in PHP_MINFO_FUNCTION()