Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/net/wanboot/
H A Dboot_http.c924 http_respinfo_t *lresp; in http_process_headers() local
934 if ((lresp = malloc(sizeof (http_respinfo_t))) == NULL) { in http_process_headers()
939 bzero(lresp, sizeof (http_respinfo_t)); in http_process_headers()
949 *resp = lresp; in http_process_headers()
959 http_free_respinfo(lresp); in http_process_headers()
971 http_free_respinfo(lresp); in http_process_headers()
986 http_free_respinfo(lresp); in http_process_headers()
1000 http_free_respinfo(lresp); in http_process_headers()
1012 http_free_respinfo(lresp); in http_process_headers()
1039 http_free_respinfo(lresp); in http_process_headers()
[all …]