Home
last modified time | relevance | path

Searched refs:evhttp_connection_set_local_address (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/libevent/
Devhttp.h267 void evhttp_connection_set_local_address(struct evhttp_connection *evcon,
Dhttp.c1029 evhttp_connection_set_local_address(struct evhttp_connection *evcon, in evhttp_connection_set_local_address() function
/external/chromium/third_party/libevent/test/
Dregress_http.c631 evhttp_connection_set_local_address(evcon, "127.0.0.1"); in http_dispatcher_test()