Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dhttp_fopen_wrapper.c107 static bool check_has_header(const char *headers, const char *header) { in check_has_header() function
469 if (check_has_header(t, "user-agent:")) { in php_stream_url_wrap_http_ex()
472 if (check_has_header(t, "host:")) { in php_stream_url_wrap_http_ex()
475 if (check_has_header(t, "from:")) { in php_stream_url_wrap_http_ex()
478 if (check_has_header(t, "authorization:")) { in php_stream_url_wrap_http_ex()
481 if (check_has_header(t, "content-length:")) { in php_stream_url_wrap_http_ex()
484 if (check_has_header(t, "content-type:")) { in php_stream_url_wrap_http_ex()
487 if (check_has_header(t, "connection:")) { in php_stream_url_wrap_http_ex()

Completed in 5 milliseconds