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

/httpd/modules/proxy/
H A Dajp_link.c77 apr_size_t hlen; local
80 hlen = msg->header_len;
82 status = ilink_read(sock, msg->buf, hlen);
98 status = ilink_read(sock, msg->buf + hlen, blen);
104 hlen);
111 blen, (int)msg->buf[hlen]);

Completed in 9 milliseconds