Home
last modified time | relevance | path

Searched refs:databuf (Results 1 – 5 of 5) sorted by relevance

/external/chromium/third_party/libevent/
Dhttp.c1917 evhttp_send(struct evhttp_request *req, struct evbuffer *databuf) in evhttp_send() argument
1924 if (databuf != NULL) in evhttp_send()
1925 evbuffer_add_buffer(req->output_buffer, databuf); in evhttp_send()
1935 struct evbuffer *databuf) in evhttp_send_reply() argument
1939 evhttp_send(req, databuf); in evhttp_send_reply()
1958 evhttp_send_reply_chunk(struct evhttp_request *req, struct evbuffer *databuf) in evhttp_send_reply_chunk() argument
1962 (unsigned)EVBUFFER_LENGTH(databuf)); in evhttp_send_reply_chunk()
1964 evbuffer_add_buffer(req->evcon->output_buffer, databuf); in evhttp_send_reply_chunk()
2001 evhttp_send_page(struct evhttp_request *req, struct evbuffer *databuf) in evhttp_send_page() argument
2015 evhttp_send(req, databuf); in evhttp_send_page()
Devhttp.h158 const char *reason, struct evbuffer *databuf);
/external/kernel-headers/original/linux/mtd/
Dnand.h282 uint8_t databuf[NAND_MAX_PAGESIZE]; member
/external/ping6/
Dping6.c1750 void *databuf; in pr_ip6opt() local
1763 &type, &len, &databuf); in pr_ip6opt()
1773 offset = inet6_opt_get_val(databuf, offset, in pr_ip6opt()
1780 offset = inet6_opt_get_val(databuf, offset, in pr_ip6opt()
/external/strace/
Dstream.c1262 printstrbuf(tcp, &sp.databuf, 1);
1314 printstrbuf(tcp, &sfi.databuf, 1);