Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/net/wanboot/
H A Dboot_http.h94 } http_respinfo_t; typedef
119 void http_free_respinfo(http_respinfo_t *);
120 int http_process_headers(http_handle_t, http_respinfo_t **);
121 int http_process_part_headers(http_handle_t, http_respinfo_t **);
H A Dboot_http.c111 http_respinfo_t resp; /* Response summary info */
872 http_free_respinfo(http_respinfo_t *resp) in http_free_respinfo()
921 http_process_headers(http_handle_t handle, http_respinfo_t **resp) in http_process_headers()
924 http_respinfo_t *lresp; in http_process_headers()
934 if ((lresp = malloc(sizeof (http_respinfo_t))) == NULL) { in http_process_headers()
939 bzero(lresp, sizeof (http_respinfo_t)); in http_process_headers()
1116 http_process_part_headers(http_handle_t handle, http_respinfo_t **resp) in http_process_part_headers()
1190 if ((*resp = malloc(sizeof (http_respinfo_t))) == NULL) { in http_process_part_headers()
1194 bzero(*resp, sizeof (http_respinfo_t)); in http_process_part_headers()
H A Dbootlog.c250 http_respinfo_t *resp = NULL; in send_http()
/titanic_50/usr/src/lib/libpkg/common/
H A Dpkgweb.h101 http_respinfo_t *resp;
/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c611 http_respinfo_t *resp; in establish_http_connection()