Lines Matching refs:php_struct
64 php_struct *ctx = SG(server_context); in php_apache_lookup_uri()
176 php_struct *ctx; in PHP_FUNCTION()
199 php_struct *ctx; in PHP_FUNCTION()
222 php_struct *ctx; in PHP_FUNCTION()
253 php_struct *ctx; in PHP_FUNCTION()
287 php_struct *ctx; in PHP_FUNCTION()
368 server_rec *serv = ((php_struct *) SG(server_context))->r->server; in PHP_MINFO_FUNCTION()
436 …const apr_array_header_t *arr = apr_table_elts(((php_struct *) SG(server_context))->r->subprocess_… in PHP_MINFO_FUNCTION()
454 php_info_print_table_row(2, "HTTP Request", ((php_struct *) SG(server_context))->r->the_request); in PHP_MINFO_FUNCTION()
456 arr = apr_table_elts(((php_struct *) SG(server_context))->r->headers_in); in PHP_MINFO_FUNCTION()
465 arr = apr_table_elts(((php_struct *) SG(server_context))->r->headers_out); in PHP_MINFO_FUNCTION()