Searched refs:http (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-9.3-release/tools/tools/netrate/http/
H A DMakefile3 PROG= http
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/
H A Devhttp.h32 An http implementation subsystem for Libevent.
35 use <event2/http.h> instead. Depending on what functionality you
41 #include <event2/http.h>
/freebsd-9.3-release/tools/tools/usb/
H A Dprint-usb-if-vids.sh30 fetch -o /tmp/usb.if http://www.usb.org/developers/tools/comp_dump/
/freebsd-9.3-release/contrib/libucl/tests/
H A D3.in5 #packagesite http//pkg.freebsd.org/freebsd-9-amd64/latest
6 #packagesite http//pkg.freebsd.org/freebsd-9-amd64/latest
7 packagesite: http://pkg-test.freebsd.org/pkg-test/${ABI}/latest
/freebsd-9.3-release/contrib/ntp/scripts/deprecated/
H A Dntp-close3 lynx -source http://www.eecis.udel.edu/~mills/ntp/clock2.htm |
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h44 /** @file event2/http.h
61 #define HTTP_BADREQUEST 400 /**< invalid http request was made */
90 * Can be called multiple times to bind the same http server
93 * @param http a pointer to an evhttp object
100 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
105 * The returned pointer is not valid after \a http is freed.
107 * @param http a pointer to an evhttp object
114 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port);
120 * of an http server, or when a socket has been communicated via file
121 * descriptor passing in situations where an http server
[all...]
/freebsd-9.3-release/contrib/openpam/
H A Dmissing20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
104 perl_URL=http://www.perl.org/
105 flex_URL=http://flex.sourceforge.net/
106 gnu_software_URL=http://www.gnu.org/software
/freebsd-9.3-release/usr.sbin/bsdconfig/examples/
H A Dbrowse_packages_http.sh16 _httpPath=http://ftp.freebsd.org
17 # For older releases, use http://ftp-archive.freebsd.org
/freebsd-9.3-release/contrib/file/
H A Dmissing20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
104 perl_URL=http://www.perl.org/
105 flex_URL=http://flex.sourceforge.net/
106 gnu_software_URL=http://www.gnu.org/software
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dbench_http.c48 #include "event2/http.h"
89 struct evhttp *http; local
157 http = evhttp_new(base);
169 evhttp_set_cb(http, "/ind", http_basic_cb, NULL);
172 evhttp_set_cb(http, "/ref", http_ref_cb, NULL);
179 evhttp_bind_socket(http, "0.0.0.0", port);
H A Dregress_rpc.c60 #include "event2/http.h"
141 struct evhttp *http = NULL; local
144 http = http_setup(&port);
145 base = evrpc_init(http);
150 *phttp = http;
188 struct evhttp *http = NULL; local
193 rpc_setup(&http, &port, &base);
227 evhttp_free(http);
257 struct evhttp *http = NULL; local
263 rpc_setup(&http,
449 struct evhttp *http = NULL; local
535 struct evhttp *http = NULL; local
635 struct evhttp *http = NULL; local
687 struct evhttp *http = NULL; local
[all...]
H A Dregress_http.c58 #include "event2/http.h"
63 #include "http-internal.h"
67 static struct evhttp *http; variable in typeref:struct:evhttp
296 tt_assert(evhttp_connection_get_server(evcon) == http);
413 http = http_setup(&port, data->base, 0);
416 if (http_bind(http, &port2, 0) == -1) {
428 /* first half of the http request */
478 "GET http://somehost.net/test HTTP/1.1\r\n"
489 evhttp_free(http);
603 http
3460 struct evhttp *http = NULL; local
[all...]
/freebsd-9.3-release/usr.sbin/bsdconfig/share/media/
H A DMakefile7 floppy.subr ftp.subr http.subr httpproxy.subr network.subr \
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c91 #include "event2/http.h"
101 #include "http-internal.h"
196 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
572 /** Generate all headers appropriate for sending the http request in req (or
699 * or an http layer error. for problems on the network
749 * http connection's bufferevent */
1160 struct evhttp *http = evcon->http_server; local
1161 TAILQ_REMOVE(&http->connections, evcon, next);
1251 least likely to disrupt the rest of the bufferevent and http code.
1743 /* If we have an absolute-URI, check to see if it is an http reques
3195 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, const char *hostname) argument
3232 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, const char *hostname) argument
3263 struct evhttp *http = arg; local
3337 struct evhttp *http = arg; local
3343 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port) argument
3353 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) argument
3379 evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd) argument
3389 evhttp_foreach_bound_socket(struct evhttp *http, evhttp_bound_socket_foreach_fn *function, void *argument) argument
3400 evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t fd) argument
3423 evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listener) argument
3451 evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound) argument
3461 struct evhttp *http = NULL; local
3491 struct evhttp *http = NULL; local
3508 struct evhttp *http = NULL; local
3522 evhttp_free(struct evhttp* http) argument
3569 evhttp_add_virtual_host(struct evhttp* http, const char *pattern, struct evhttp* vhost) argument
3587 evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost) argument
3601 evhttp_add_server_alias(struct evhttp *http, const char *alias) argument
3621 evhttp_remove_server_alias(struct evhttp *http, const char *alias) argument
3638 evhttp_set_timeout(struct evhttp* http, int timeout_in_secs) argument
3651 evhttp_set_timeout_tv(struct evhttp* http, const struct timeval* tv) argument
3661 evhttp_set_max_headers_size(struct evhttp* http, ev_ssize_t max_headers_size) argument
3670 evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size) argument
3679 evhttp_set_default_content_type(struct evhttp *http, const char *content_type) argument
3685 evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods) argument
3691 evhttp_set_cb(struct evhttp *http, const char *uri, void (*cb)(struct evhttp_request *, void *), void *cbarg) argument
3721 evhttp_del_cb(struct evhttp *http, const char *uri) argument
3740 evhttp_set_gencb(struct evhttp *http, void (*cb)(struct evhttp_request *, void *), void *cbarg) argument
3748 evhttp_set_bevcb(struct evhttp *http, struct bufferevent* (*cb)(struct event_base *, void *), void *cbarg) argument
4001 evhttp_get_request_connection( struct evhttp* http, evutil_socket_t fd, struct sockaddr *sa, ev_socklen_t salen) argument
4046 struct evhttp *http = evcon->http_server; local
4079 evhttp_get_request(struct evhttp *http, evutil_socket_t fd, struct sockaddr *sa, ev_socklen_t salen) argument
[all...]
/freebsd-9.3-release/contrib/wpa/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
H A Dwps_er.c86 http_client_free(sta->http);
155 http_client_free(ap->http);
156 ap->http = NULL;
211 http_client_free(ap->http);
212 ap->http = NULL;
234 if (ap->http) {
262 ap->http = http_client_addr(&dst, req, 1000,
264 if (ap->http == NULL) {
285 http_client_free(ap->http);
286 ap->http
[all...]
/freebsd-9.3-release/release/
H A Dfixit.services46 http 80/tcp www www-http #World Wide Web HTTP
47 http 80/udp www www-http #World Wide Web HTTP
/freebsd-9.3-release/lib/libfetch/
H A DMakefile7 SRCS= fetch.c common.c ftp.c http.c file.c \
43 httperr.h: http.errors ${.CURDIR}/Makefile
45 @cat ${.CURDIR}/http.errors \
/freebsd-9.3-release/contrib/ofed/libibcm/
H A Dlibibcm.spec10 Url: http://www.openfabrics.org/
11 Source: http://www.openfabrics.org/downloads/%{name}-%{version}.tar.gz
/freebsd-9.3-release/tools/tools/portsinfo/
H A Dportsinfo.sh10 host=http://www.freebsd.org
34 http://www.freebsd.org/handbook/ports.html
36 http://www.freebsd.org/ports/
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dlogfilter.pl159 tcp 80 http.log
179 tcp 8080 http.log
/freebsd-9.3-release/contrib/ofed/librdmacm/
H A Dlibrdmacm.spec10 Url: http://www.openfabrics.org/
11 Source: http://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz
/freebsd-9.3-release/usr.sbin/ntp/libntpevent/
H A DMakefile11 evutil_rand.c evutil_time.c http.c kqueue.c listener.c log.c poll.c \
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Include/
H A Dtest.ksh17 * or http://www.opensolaris.org/os/licensing.
/freebsd-9.3-release/contrib/bmake/mk/
H A Drst2htm.mk17 # docutils - http://docutils.sourceforge.net/

Completed in 295 milliseconds

123