Searched refs:evhttp_connection_get_addr (Results 1 – 5 of 5) sorted by relevance
773 evhttp_connection_get_addr(struct evhttp_connection *evcon);
2517 evhttp_connection_get_addr(struct evhttp_connection *evcon) in evhttp_connection_get_addr() function2527 const struct sockaddr *sa = evhttp_connection_get_addr(evcon); in evhttp_connection_connect_()
447 There's a new evhttp_connection_get_addr() API to return the peer
584 o http: implement new evhttp_connection_get_addr() api. (0c7f040 Azat750 o regress_http: add tests for evhttp_connection_get_addr() (4dd500c
4360 storage = evhttp_connection_get_addr(evcon); in http_request_get_addr_on_close()