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

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.h93 uint_t nresphdrs; /* number of response headers */ member in struct:__anon2019
H A Dboot_http.c1066 lresp->nresphdrs = c_id->resp.nresphdrs;
1196 (*resp)->nresphdrs = c_id->resp.nresphdrs;
1210 * zero and resp.nresphdrs which was returned by the call to
1226 if (which >= c_id->resp.nresphdrs) {
1269 for (i = 0; i < c_id->resp.nresphdrs; i++) {
2344 c_id->resp.nresphdrs = next;
2360 for (i = 0; i < c_id->resp.nresphdrs; i++) {
2364 c_id->resp.nresphdrs
[all...]

Completed in 85 milliseconds