Home
last modified time | relevance | path

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

/PHP-5.4/ext/soap/
H A Dphp_http.c27 static char *get_http_header_value(char *headers, char *type);
849 http_version = get_http_header_value(http_headers,"HTTP/"); in make_http_soap_request()
900 cookie = get_http_header_value(cookie_itt,"Set-Cookie: "); in make_http_soap_request()
966 connection = get_http_header_value(http_headers,"Proxy-Connection: "); in make_http_soap_request()
975 connection = get_http_header_value(http_headers,"Connection: "); in make_http_soap_request()
995 connection = get_http_header_value(http_headers,"Connection: "); in make_http_soap_request()
1155 content_type = get_http_header_value(http_headers,"Content-Type: "); in make_http_soap_request()
1271 static char *get_http_header_value(char *headers, char *type) in get_http_header_value() function
1315 header = get_http_header_value(headers, "Connection: "); in get_http_body()
1321 header = get_http_header_value(headers, "Transfer-Encoding: "); in get_http_body()
[all …]

Completed in 6 milliseconds