OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evhttp_send_reply
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libevent/
evhttp.h
157
void
evhttp_send_reply
(struct evhttp_request *req, int code,
evrpc.c
361
evhttp_send_reply
(req, HTTP_OK, "OK", data);
http.c
1934
evhttp_send_reply
(struct evhttp_request *req, int code, const char *reason,
function
[
all
...]
/external/chromium/third_party/libevent/test/
regress_http.c
239
evhttp_send_reply
(req, HTTP_OK, "Everything is fine",
387
evhttp_send_reply
(req, HTTP_OK, "Everything is fine", NULL);
577
evhttp_send_reply
(req, HTTP_OK, "Everything is fine", evb);
753
evhttp_send_reply
(req, HTTP_OK, "Everything is fine", evb);
Completed in 3274 milliseconds