EVBUFFER_DATA     213 third_party/libevent/buffer.c 	u_char *data = EVBUFFER_DATA(buffer);
EVBUFFER_DATA     148 third_party/libevent/event_tagging.c 	ev_uint8_t *data = EVBUFFER_DATA(evbuf);
EVBUFFER_DATA     222 third_party/libevent/event_tagging.c 	evtag_marshal(evbuf, tag, EVBUFFER_DATA(_buf),
EVBUFFER_DATA     230 third_party/libevent/event_tagging.c 	ev_uint8_t *data = EVBUFFER_DATA(evbuf);
EVBUFFER_DATA     345 third_party/libevent/event_tagging.c 	if (evbuffer_add(dst, EVBUFFER_DATA(src), len) == -1)
EVBUFFER_DATA     375 third_party/libevent/event_tagging.c 	if (evbuffer_add(_buf, EVBUFFER_DATA(evbuf), len) == -1)
EVBUFFER_DATA     401 third_party/libevent/event_tagging.c 	memcpy(data, EVBUFFER_DATA(_buf), len);
EVBUFFER_DATA     825 third_party/libevent/http.c 		    EVBUFFER_DATA(buf), (size_t)req->ntoread);
EVBUFFER_DATA     889 third_party/libevent/http.c 		evbuffer_add(req->input_buffer, EVBUFFER_DATA(buf),
EVBUFFER_DATA    2058 third_party/libevent/http.c 	p = strdup((char *)EVBUFFER_DATA(buf));
EVBUFFER_DATA    1014 third_party/libevent/test/regress.c 	    strcmp((char*)EVBUFFER_DATA(evb), "hello/1") == 0)
EVBUFFER_DATA    1431 third_party/libevent/test/regress.c 	EVBUFFER_DATA(tmp)[1] = 0xff;
EVBUFFER_DATA     411 third_party/libevent/test/regress.gen.c   evtag_marshal(evbuf, tag, EVBUFFER_DATA(_buf), EVBUFFER_LENGTH(_buf));
EVBUFFER_DATA     637 third_party/libevent/test/regress.gen.c   evtag_marshal(evbuf, tag, EVBUFFER_DATA(_buf), EVBUFFER_LENGTH(_buf));
EVBUFFER_DATA     875 third_party/libevent/test/regress.gen.c   evtag_marshal(evbuf, tag, EVBUFFER_DATA(_buf), EVBUFFER_LENGTH(_buf));
EVBUFFER_DATA     165 third_party/libevent/test/regress_http.c  	event_debug(("%s: %s\n", __func__, EVBUFFER_DATA(bev->input)));
EVBUFFER_DATA     520 third_party/libevent/test/regress_http.c 	if (memcmp(EVBUFFER_DATA(req->input_buffer), what, strlen(what)) != 0) {
EVBUFFER_DATA     603 third_party/libevent/test/regress_http.c 	if (memcmp(EVBUFFER_DATA(req->input_buffer), what, strlen(what)) != 0) {
EVBUFFER_DATA     742 third_party/libevent/test/regress_http.c 	if (memcmp(EVBUFFER_DATA(req->input_buffer), POST_DATA,
EVBUFFER_DATA     745 third_party/libevent/test/regress_http.c 		fprintf(stdout, "Got :%s\n", EVBUFFER_DATA(req->input_buffer));
EVBUFFER_DATA     785 third_party/libevent/test/regress_http.c 	if (memcmp(EVBUFFER_DATA(req->input_buffer), what, strlen(what)) != 0) {
EVBUFFER_DATA    1177 third_party/libevent/test/regress_http.c 		if (strncmp((char *)EVBUFFER_DATA(EVBUFFER_INPUT(bev)),
EVBUFFER_DATA    1191 third_party/libevent/test/regress_http.c 		if (strncmp((char *)EVBUFFER_DATA(EVBUFFER_INPUT(bev)),
EVBUFFER_DATA    1205 third_party/libevent/test/regress_http.c 		if (strncmp((char *)EVBUFFER_DATA(EVBUFFER_INPUT(bev)),
EVBUFFER_DATA    1255 third_party/libevent/test/regress_http.c 	if (strncmp((char *)EVBUFFER_DATA(req->input_buffer),