OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evhttp_new
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libevent/
evhttp.h
73
struct evhttp *
evhttp_new
(struct event_base *base);
http.c
2324
evhttp_new
(struct event_base *base)
function
[
all
...]
/external/chromium_org/third_party/libevent/test/
regress_http.c
83
myhttp =
evhttp_new
(base);
Completed in 69 milliseconds