HomeSort by relevance Sort by last modified time
    Searched refs:evhttp_connection_base_new (Results 1 - 4 of 4) sorted by null

  /external/libevent/sample/
http-connect.c 98 VERIFY(evcon = evhttp_connection_base_new(base, NULL,
  /external/libevent/test/
regress_http.c 1050 evcon = evhttp_connection_base_new(data->base, dnsbase, address, port);
1165 evcon = evhttp_connection_base_new(data->base, dns_base, "127.0.0.1", port);
1245 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port);
    [all...]
  /external/libevent/include/event2/
http.h 642 struct evhttp_connection *evhttp_connection_base_new(
    [all...]
  /external/libevent/
http.c 2414 evhttp_connection_base_new(struct event_base *base, struct evdns_base *dnsbase, function
    [all...]

Completed in 70 milliseconds