Searched refs:http_read_body (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/common/net/wanboot/ |
H A D | boot_http.h | 124 int http_read_body(http_handle_t, char *, size_t);
|
H A D | bootlog.c | 281 if (http_read_body(bl_httphandle, buffer, length) > 0) in send_http()
|
H A D | boot_http.c | 1313 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 D | mapfile-vers | 65 http_read_body;
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | wanboot.c | 348 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 D | pkgweb.c | 2342 if ((n = http_read_body(ps->hps, ps->content, i)) <= 0) { in web_get_file()
|