Lines Matching defs:buf
23 char *buf;
30 buf = (char *)msg->buf;
35 status = apr_socket_send(sock, buf, &written);
42 buf += written;
49 static apr_status_t ilink_read(apr_socket_t *sock, apr_byte_t *buf,
58 status = apr_socket_recv(sock, (char *)(buf + rdlen), &length);
82 status = ilink_read(sock, msg->buf, hlen);
98 status = ilink_read(sock, msg->buf + hlen, blen);
111 blen, (int)msg->buf[hlen]);