Home | History | Annotate | Download | only in libevent

Lines Matching defs:response_len

282 	size_t response_len;
1223 int r = sendto(port->socket, req->response, req->response_len, 0,
1711 req->response_len = j;
1713 if (!(req->response = malloc(req->response_len))) {
1718 memcpy(req->response, buf, req->response_len);
1736 r = sendto(port->socket, req->response, req->response_len, 0,