Home
last modified time | relevance | path

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

/PHP-7.4/sapi/apache2handler/
H A Dphp_functions.c59 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()
[all …]
H A Dsapi_apache2.c70 php_struct *ctx; in ZEND_TSRMLS_CACHE_DEFINE()
85 php_struct *ctx; in php_apache_sapi_header_handler()
147 php_struct *ctx = SG(server_context); in php_apache_sapi_send_headers()
178 php_struct *ctx = SG(server_context); in php_apache_sapi_read_post()
209 php_struct *ctx = SG(server_context); in php_apache_sapi_get_stat()
232 php_struct *ctx = SG(server_context); in php_apache_sapi_read_cookies()
244 php_struct *ctx = SG(server_context); in php_apache_sapi_getenv()
259 php_struct *ctx = SG(server_context); in php_apache_sapi_register_variables()
281 php_struct *ctx; in php_apache_sapi_flush()
306 php_struct *ctx; in php_apache_sapi_log_message()
[all …]
H A Dphp_apache.h42 typedef struct php_struct { struct
52 } php_struct; argument

Completed in 13 milliseconds