Searched defs:http (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/test/
H A Dregress_rpc.c133 struct evhttp *http = NULL; local
180 struct evhttp *http = NULL; local
263 struct evhttp *http = NULL; local
441 struct evhttp *http = NULL; local
512 struct evhttp *http = NULL; local
577 struct evhttp *http = NULL; local
[all...]
H A Dregress_http.c64 static struct evhttp *http; variable in typeref:struct:evhttp
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/wps/
H A Dwps_er.h35 struct http_client *http; member in struct:wps_er_sta
45 struct http_client *http; member in struct:wps_er_ap
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/doc/
H A Dtexi2html43 http://www.mathematik.uni-kl.de/~obachman/Texi2html label
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/
H A Dhttp.c1001 struct evhttp *http = evcon->http_server; local
2191 struct evhttp *http = arg; local
2236 struct evhttp *http = arg; local
2253 evhttp_bind_socket(struct evhttp *http, const char *address, u_short port) argument
2277 evhttp_accept_socket(struct evhttp *http, int fd) argument
2308 struct evhttp *http = NULL; local
2327 struct evhttp *http = evhttp_new_object(); local
2341 struct evhttp *http = evhttp_new_object(); local
2352 evhttp_free(struct evhttp* http) argument
2385 evhttp_set_timeout(struct evhttp* http, int timeout_in_secs) argument
2391 evhttp_set_cb(struct evhttp *http, const char *uri, void (*cb)(struct evhttp_request *, void *), void *cbarg) argument
2407 evhttp_del_cb(struct evhttp *http, const char *uri) argument
2426 evhttp_set_gencb(struct evhttp *http, void (*cb)(struct evhttp_request *, void *), void *cbarg) argument
2533 evhttp_get_request_connection( struct evhttp* http, int fd, struct sockaddr *sa, socklen_t salen) argument
2571 struct evhttp *http = evcon->http_server; local
2593 evhttp_get_request(struct evhttp *http, int fd, struct sockaddr *sa, socklen_t salen) argument
[all...]

Completed in 101 milliseconds