Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/
H A Dboot_http.c1066 lresp->nresphdrs = c_id->resp.nresphdrs; in http_process_headers()
1196 (*resp)->nresphdrs = c_id->resp.nresphdrs; in http_process_part_headers()
1226 if (which >= c_id->resp.nresphdrs) { in http_get_response_header()
1269 for (i = 0; i < c_id->resp.nresphdrs; i++) { in http_get_header_value()
2344 c_id->resp.nresphdrs = next; in read_headerlines()
2360 for (i = 0; i < c_id->resp.nresphdrs; i++) { in free_response()
2364 c_id->resp.nresphdrs = 0; in free_response()
H A Dboot_http.h93 uint_t nresphdrs; /* number of response headers */ member