Searched defs:msgcnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c2555 * msgcnt - Where to store the message count.
2569 get_msgcnt(http_conn_t *c_id, ssize_t *msgcnt) argument
2574 *msgcnt = c_id->body_size - c_id->body_read;
2575 if (*msgcnt != 0) {
2618 *msgcnt = c_id->body_size - c_id->body_read;
2650 ssize_t msgcnt = 0; local
2661 * But in either case, chunked or not, if msgcnt
2665 if (msgcnt == 0) {
2666 if (get_msgcnt(c_id, &msgcnt) == -1) {
2669 if (msgcnt
2737 ssize_t msgcnt = 0; local
[all...]

Completed in 64 milliseconds