Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/
H A Dboot_http.h124 int http_read_body(http_handle_t, char *, size_t);
H A Dbootlog.c281 if (http_read_body(bl_httphandle, buffer, length) > 0) in send_http()
H A Dboot_http.c1313 http_read_body(http_handle_t handle, char *recv_buf_ptr, size_t recv_buf_size) in http_read_body() function
/titanic_41/usr/src/lib/libwanboot/common/
H A Dmapfile-vers65 http_read_body;
/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c348 len = http_read_body(handle, &buffer[i], cnt - i); in read_bytes()
504 len = http_read_body(handle, addr, nleft); in write_msg_to_ramdisk()
/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgweb.c2342 if ((n = http_read_body(ps->hps, ps->content, i)) <= 0) { in web_get_file()