Searched refs:http_get_header_value (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/common/net/wanboot/ |
H A D | boot_http.h | 122 char *http_get_header_value(http_handle_t, const char *);
|
H A D | boot_http.c | 1020 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 D | bootlog.c | 278 lenstr = http_get_header_value(bl_httphandle, in send_http()
|
/titanic_41/usr/src/lib/libwanboot/common/ |
H A D | mapfile-vers | 56 http_get_header_value;
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | wanboot.c | 425 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 D | pkgweb.c | 2159 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()
|