Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_http.c27 static char *get_http_header_value(char *headers, char *type);
911 http_version = get_http_header_value(http_headers,"HTTP/"); in make_http_soap_request()
962 cookie = get_http_header_value(cookie_itt,"Set-Cookie: "); in make_http_soap_request()
1028 connection = get_http_header_value(http_headers,"Proxy-Connection: "); in make_http_soap_request()
1037 connection = get_http_header_value(http_headers,"Connection: "); in make_http_soap_request()
1057 connection = get_http_header_value(http_headers,"Connection: "); in make_http_soap_request()
1217 content_type = get_http_header_value(http_headers,"Content-Type: "); in make_http_soap_request()
1333 static char *get_http_header_value(char *headers, char *type) in get_http_header_value() function
1377 header = get_http_header_value(headers, "Connection: "); in get_http_body()
1383 header = get_http_header_value(headers, "Transfer-Encoding: "); in get_http_body()
[all …]

Completed in 10 milliseconds