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

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.h94 } http_respinfo_t; typedef in typeref:struct:__anon2019
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)
909 * header lines are returned in the http_respinfo_t structure. The caller is
921 http_process_headers(http_handle_t handle, http_respinfo_t **resp)
924 http_respinfo_t *lresp;
934 if ((lresp = malloc(sizeof (http_respinfo_t))) == NULL) {
939 bzero(lresp, sizeof (http_respinfo_t));
1103 * about the the number of header lines is returned in the http_respinfo_t
1116 http_process_part_headers(http_handle_t handle, http_respinfo_t **resp)
1190 if ((*resp = malloc(sizeof (http_respinfo_t)))
[all...]
H A Dbootlog.c250 http_respinfo_t *resp = NULL;
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.h101 http_respinfo_t *resp;
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c611 http_respinfo_t *resp;

Completed in 59 milliseconds