Searched defs:http_get_header_value (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c902 * to http_get_response_header() and http_get_header_value().
916 * queried using http_get_response_header() and http_get_header_value().
1020 ptr = http_get_header_value(handle, "Content-Type");
1108 * http_get_header_value().
1111 * queried using http_get_response_header() and http_get_header_value().
1240 * http_get_header_value - Get the value of a header line.
1242 * ret = http_get_header_value(handle, what);
1253 http_get_header_value(http_handle_t handle, const char *field_name) function
2493 hdr = http_get_header_value(c_id, "Content-Length");
2511 hdr = http_get_header_value(c_i
[all...]

Completed in 49 milliseconds