Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/
H A Dboot_http.h122 char *http_get_header_value(http_handle_t, const char *);
H A Dboot_http.c1020 ptr = http_get_header_value(handle, "Content-Type"); in http_process_headers()
1253 http_get_header_value(http_handle_t handle, const char *field_name) in http_get_header_value() function
2493 hdr = http_get_header_value(c_id, "Content-Length"); in init_bread()
2511 hdr = http_get_header_value(c_id, "Transfer-Encoding"); in init_bread()
H A Dbootlog.c278 lenstr = http_get_header_value(bl_httphandle, in send_http()
/titanic_41/usr/src/lib/libwanboot/common/
H A Dmapfile-vers56 http_get_header_value;
/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c425 lenstr = http_get_header_value(handle, CONTENT_LENGTH); in read_digest()
837 lenstr = http_get_header_value(handle, CONTENT_LENGTH); in process_miniinfo()
1286 lenstr = http_get_header_value(handle, CONTENT_LENGTH); in process_wanbootfs()
/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgweb.c2159 if ((head_val = http_get_header_value(ps->hps, in web_get_file()
2172 if ((head_val = http_get_header_value(ps->hps, in web_get_file()
2206 if ((head_val = http_get_header_value(ps->hps, LAST_MODIFIED_HDR)) in web_get_file()