Home
last modified time | relevance | path

Searched refs:php_struct (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/sapi/apache2handler/
H A Dphp_functions.c61 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()
[all …]
H A Dsapi_apache2.c76 php_struct *ctx; in ZEND_TSRMLS_CACHE_DEFINE()
91 php_struct *ctx; in php_apache_sapi_header_handler()
153 php_struct *ctx = SG(server_context); in php_apache_sapi_send_headers()
184 php_struct *ctx = SG(server_context); in php_apache_sapi_read_post()
215 php_struct *ctx = SG(server_context); in php_apache_sapi_get_stat()
245 php_struct *ctx = SG(server_context); in php_apache_sapi_read_cookies()
257 php_struct *ctx = SG(server_context); in php_apache_sapi_getenv()
272 php_struct *ctx = SG(server_context); in php_apache_sapi_register_variables()
294 php_struct *ctx; in php_apache_sapi_flush()
319 php_struct *ctx; in php_apache_sapi_log_message()
[all …]
H A Dphp_apache.h38 typedef struct php_struct { struct
52 } php_struct; argument

Completed in 21 milliseconds