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

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c180 static int get_msgcnt(http_conn_t *, ssize_t *);
2551 * get_msgcnt - Get the number of bytes left in the message body or chunk.
2569 get_msgcnt(http_conn_t *c_id, ssize_t *msgcnt) function
2662 * is still zero after the call to get_msgcnt(),
2666 if (get_msgcnt(c_id, &msgcnt) == -1) {
2746 * is still zero after the call to get_msgcnt(), then
2750 if (get_msgcnt(c_id, &msgcnt) == -1) {

Completed in 65 milliseconds