Lines Matching refs:php_struct
59 php_struct *ctx = SG(server_context); in php_apache_lookup_uri()
173 php_struct *ctx; in PHP_FUNCTION()
197 php_struct *ctx; in PHP_FUNCTION()
221 php_struct *ctx; in PHP_FUNCTION()
253 php_struct *ctx; in PHP_FUNCTION()
288 php_struct *ctx; 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()