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

  /external/chromium/third_party/libevent/
evhttp.h 43 /** @file evhttp.h
64 struct evhttp;
71 * @return a pointer to a newly initialized evhttp server structure
73 struct evhttp *evhttp_new(struct event_base *base);
81 * @param http a pointer to an evhttp object
84 * @return a newly allocated evhttp struct
87 int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port);
100 * @param http a pointer to an evhttp object
105 int evhttp_accept_socket(struct evhttp *http, int fd);
112 * @param http the evhttp server object to be free
    [all...]
http-internal.h 81 struct evhttp *http_server;
113 struct evhttp { struct
137 void evhttp_get_request(struct evhttp *, int, struct sockaddr *, socklen_t);
evrpc-internal.h 64 struct evhttp* http_server;
evrpc.h 257 struct evhttp;
267 struct evrpc_base *evrpc_init(struct evhttp *server);
http.c 87 #include "evhttp.h"
1000 struct evhttp *http = evcon->http_server;
    [all...]
evrpc.c 59 #include "evhttp.h"
64 evrpc_init(struct evhttp *http_server)
  /external/chromium/third_party/libevent/test/
regress_rpc.c 57 #include "evhttp.h"
67 static struct evhttp *
71 struct evhttp *myhttp;
129 rpc_setup(struct evhttp **phttp, short *pport, struct evrpc_base **pbase)
132 struct evhttp *http = NULL;
179 struct evhttp *http = NULL;
262 struct evhttp *http = NULL;
440 struct evhttp *http = NULL;
511 struct evhttp *http = NULL;
576 struct evhttp *http = NULL
    [all...]
regress_http.c 56 #include "evhttp.h"
63 static struct evhttp *http;
75 static struct evhttp *
79 struct evhttp *myhttp;
966 struct evhttp *myhttp = NULL;

Completed in 19 milliseconds