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

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c112 char **resphdr; /* Array of header response lines */ member in struct:http_conn_t
1231 res = strdup(c_id->resphdr[which]);
1270 ptr = c_id->resphdr[i];
2285 * c_id->resphdr.
2316 realloc(c_id->resphdr, (cur + 1) * sizeof (void *));
2321 c_id->resphdr = new_buf;
2323 c_id->resphdr[cur] = strdup(line);
2324 if (c_id->resphdr[cur] == NULL) {
2332 c_id->resphdr[cur] = realloc(c_id->resphdr[cu
[all...]

Completed in 48 milliseconds