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

/external/chromium/third_party/libevent/
H A Dhttp.c1917 evhttp_send(struct evhttp_request *req, struct evbuffer *databuf) argument
1924 if (databuf != NULL)
1925 evbuffer_add_buffer(req->output_buffer, databuf);
1935 struct evbuffer *databuf)
1939 evhttp_send(req, databuf);
1958 evhttp_send_reply_chunk(struct evhttp_request *req, struct evbuffer *databuf) argument
1962 (unsigned)EVBUFFER_LENGTH(databuf));
1964 evbuffer_add_buffer(req->evcon->output_buffer, databuf);
2001 evhttp_send_page(struct evhttp_request *req, struct evbuffer *databuf) argument
2015 evhttp_send(req, databuf);
1934 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, struct evbuffer *databuf) argument
[all...]
/external/chromium_org/third_party/libevent/
H A Dhttp.c1917 evhttp_send(struct evhttp_request *req, struct evbuffer *databuf) argument
1924 if (databuf != NULL)
1925 evbuffer_add_buffer(req->output_buffer, databuf);
1935 struct evbuffer *databuf)
1939 evhttp_send(req, databuf);
1958 evhttp_send_reply_chunk(struct evhttp_request *req, struct evbuffer *databuf) argument
1962 (unsigned)EVBUFFER_LENGTH(databuf));
1964 evbuffer_add_buffer(req->evcon->output_buffer, databuf);
2001 evhttp_send_page(struct evhttp_request *req, struct evbuffer *databuf) argument
2015 evhttp_send(req, databuf);
1934 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, struct evbuffer *databuf) argument
[all...]
/external/kernel-headers/original/linux/mtd/
H A Dnand.h272 * @databuf: buffer for data - dynamically sized
275 * Do not change the order of buffers. databuf and oobrbuf must be in
282 uint8_t databuf[NAND_MAX_PAGESIZE]; member in struct:nand_buffers
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c11186 * into databuf (typically gs->buf), and any previous contents of databuf
11187 * is lost. Then handle databuf according to its SSL record type,
11191 * checked, and is already sitting in databuf. It is processed as an SSL
11195 * On return, databuf contains the decrypted/decompressed record.
11207 ssl3_HandleRecord(sslSocket *ss, SSL3Ciphertext *cText, sslBuffer *databuf) argument
11244 * This implies that databuf holds a previously deciphered SSL Handshake
11275 databuf->len = 0; /* Needed to ensure data not left around */
11287 databuf->len = 0; /* Needed to ensure data not left around */
11340 * other than into databuf */
[all...]

Completed in 304 milliseconds