Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/net/wanboot/
H A Dboot_http.h120 int http_process_headers(http_handle_t, http_respinfo_t **);
H A Dbootlog.c269 http_process_headers(bl_httphandle, &resp) != 0) in send_http()
H A Dboot_http.c921 http_process_headers(http_handle_t handle, http_respinfo_t **resp) in http_process_headers() function
/titanic_44/usr/src/lib/libwanboot/common/
H A Dmapfile-vers63 http_process_headers;
/titanic_44/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c772 ret = http_process_headers(*handlep, &resp); in establish_http_connection()
/titanic_44/usr/src/lib/libpkg/common/
H A Dpkgweb.c2100 if (http_process_headers(ps->hps, &ps->resp) != 0) { in web_eval_headers()