Searched refs:check_has_header (Results 1 – 1 of 1) sorted by relevance
108 static zend_bool check_has_header(const char *headers, const char *header) { in check_has_header() function473 if (check_has_header(t, "user-agent:")) { in php_stream_url_wrap_http_ex()476 if (check_has_header(t, "host:")) { in php_stream_url_wrap_http_ex()479 if (check_has_header(t, "from:")) { in php_stream_url_wrap_http_ex()482 if (check_has_header(t, "authorization:")) { in php_stream_url_wrap_http_ex()485 if (check_has_header(t, "content-length:")) { in php_stream_url_wrap_http_ex()488 if (check_has_header(t, "content-type:")) { in php_stream_url_wrap_http_ex()491 if (check_has_header(t, "connection:")) { in php_stream_url_wrap_http_ex()
Completed in 6 milliseconds