Home
last modified time | relevance | path

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

/PHP-8.0/sapi/apache2handler/
H A Dphp_functions.c64 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()
[all …]
H A Dsapi_apache2.c74 php_struct *ctx; in ZEND_TSRMLS_CACHE_DEFINE()
89 php_struct *ctx; in php_apache_sapi_header_handler()
151 php_struct *ctx = SG(server_context); in php_apache_sapi_send_headers()
182 php_struct *ctx = SG(server_context); in php_apache_sapi_read_post()
213 php_struct *ctx = SG(server_context); in php_apache_sapi_get_stat()
236 php_struct *ctx = SG(server_context); in php_apache_sapi_read_cookies()
248 php_struct *ctx = SG(server_context); in php_apache_sapi_getenv()
263 php_struct *ctx = SG(server_context); in php_apache_sapi_register_variables()
285 php_struct *ctx; in php_apache_sapi_flush()
310 php_struct *ctx; in php_apache_sapi_log_message()
[all …]
H A Dphp_apache.h40 typedef struct php_struct { struct
50 } php_struct; argument

Completed in 8 milliseconds