HomeSort by: relevance | last modified time | path
    Searched defs:evhttp_connection (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/
http-internal.h 52 struct evhttp_connection { struct
55 TAILQ_ENTRY(evhttp_connection) next;
95 void (*cb)(struct evhttp_connection *, void *);
98 void (*closecb)(struct evhttp_connection *, void *);
119 TAILQ_HEAD(evconq, evhttp_connection);
178 void evhttp_connection_reset_(struct evhttp_connection *);
181 int evhttp_connection_connect_(struct evhttp_connection *);
186 void evhttp_connection_fail_(struct evhttp_connection *,
196 void evhttp_start_read_(struct evhttp_connection *);
197 void evhttp_start_write_(struct evhttp_connection *);
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
http-internal.h 53 struct evhttp_connection { struct
56 TAILQ_ENTRY(evhttp_connection) next;
96 void (*cb)(struct evhttp_connection *, void *);
99 void (*closecb)(struct evhttp_connection *, void *);
120 TAILQ_HEAD(evconq, evhttp_connection);
179 void evhttp_connection_reset_(struct evhttp_connection *);
182 int evhttp_connection_connect_(struct evhttp_connection *);
187 void evhttp_connection_fail_(struct evhttp_connection *,
197 void evhttp_start_read_(struct evhttp_connection *);
198 void evhttp_start_write_(struct evhttp_connection *);
    [all...]

Completed in 24 milliseconds