Home
last modified time | relevance | path

Searched refs:http (Results 1 – 25 of 2948) sorted by relevance

12345678910>>...118

/freebsd-13.1/contrib/ntp/html/scripts/
H A Dexternal.txt3 <li class='inline'><a href='http://www.ntp.org/index.html'>NTP Public Services Project (home page)<…
4 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/ntp.html'>NTP Research Project (home p…
6 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/leap.html'>The NTP Timescale and Leap …
7 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/time.html'>NTP Timestamp Calculations<…
8 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/y2k.html'>The NTP Era and Era Numberin…
9 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/stamp.html'>Timestamp Capture Principl…
12 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/security.html'>NTP Security Analysis</…
14 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/autocfg.html'>Autonomous Configuration…
15 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/autokey.html'>Autonomous Authenticatio…
16 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/proto.html'>Autokey Protocol</a></li>\
[all …]
/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h133 int evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd);
215 void evhttp_free(struct evhttp* http);
233 void evhttp_set_default_content_type(struct evhttp *http,
248 void evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods);
260 int evhttp_set_cb(struct evhttp *http, const char *path,
279 void evhttp_set_gencb(struct evhttp *http,
297 void evhttp_set_bevcb(struct evhttp *http,
323 int evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
346 int evhttp_add_server_alias(struct evhttp *http, const char *alias);
356 int evhttp_remove_server_alias(struct evhttp *http, const char *alias);
[all …]
/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp.h133 int evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd);
215 void evhttp_free(struct evhttp* http);
233 void evhttp_set_default_content_type(struct evhttp *http,
260 int evhttp_set_cb(struct evhttp *http, const char *path,
279 void evhttp_set_gencb(struct evhttp *http,
297 void evhttp_set_bevcb(struct evhttp *http,
323 int evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
346 int evhttp_add_server_alias(struct evhttp *http, const char *alias);
356 int evhttp_remove_server_alias(struct evhttp *http, const char *alias);
365 void evhttp_set_timeout(struct evhttp *http, int timeout_in_secs);
[all …]
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dhttp.c3243 oldhttp = http; in evhttp_find_vhost()
3247 http = vhost; in evhttp_find_vhost()
3255 *outhttp = http; in evhttp_find_vhost()
3285 evhttp_find_vhost(http, &http, hostname); in evhttp_handle_request()
3295 (*http->gencb)(req, http->gencbarg); in evhttp_handle_request()
3485 return (http); in evhttp_new_object()
3498 return (http); in evhttp_new()
3514 mm_free(http); in evhttp_start()
3518 return (http); in evhttp_start()
3565 mm_free(http); in evhttp_free()
[all …]
/freebsd-13.1/contrib/libevent/
H A Dhttp.c3392 oldhttp = http; in evhttp_find_vhost()
3396 http = vhost; in evhttp_find_vhost()
3404 *outhttp = http; in evhttp_find_vhost()
3434 evhttp_find_vhost(http, &http, hostname); in evhttp_handle_request()
3444 (*http->gencb)(req, http->gencbarg); in evhttp_handle_request()
3634 return (http); in evhttp_new_object()
3647 return (http); in evhttp_new()
3663 mm_free(http); in evhttp_start()
3667 return (http); in evhttp_start()
3714 mm_free(http); in evhttp_free()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/chemical/
H A Datlas,sensor.yaml4 $id: http://devicetree.org/schemas/iio/chemical/atlas,sensor.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
16 http://www.atlas-scientific.com/_files/_datasheets/_oem/DO_oem_datasheet.pdf
17 http://www.atlas-scientific.com/_files/_datasheets/_oem/EC_oem_datasheet.pdf
18 http://www.atlas-scientific.com/_files/_datasheets/_oem/ORP_oem_datasheet.pdf
19 http://www.atlas-scientific.com/_files/_datasheets/_oem/pH_oem_datasheet.pdf
20 http://www.atlas-scientific.com/_files/_datasheets/_oem/RTD_oem_datasheet.pdf
21 http://www.atlas-scientific.com/_files/_datasheets/_probe/EZO_CO2_Datasheet.pdf
/freebsd-13.1/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dt_getaddrinfo.sh71 ( $TEST ::1 http
72 $TEST 127.0.0.1 http
73 $TEST localhost http
93 ( $TEST -4 localhost http
94 $TEST -6 localhost http ) > out 2>&1
108 ( $TEST '' http
112 $TEST -P '' http
180 ( $TEST fe80::1%lo0 http
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c150 *phttp = http; in rpc_setup()
227 evhttp_free(http); in rpc_basic_test()
305 evhttp_free(http); in rpc_basic_message()
520 if (http) in rpc_basic_client()
521 evhttp_free(http); in rpc_basic_client()
576 if (http) in rpc_basic_queued_client()
577 evhttp_free(http); in rpc_basic_queued_client()
679 if (http) in rpc_basic_client_with_pause()
680 evhttp_free(http); in rpc_basic_client_with_pause()
730 if (http) in rpc_client_timeout()
[all …]
H A Dregress_http.c1051 if (http) in http_connection_test_()
1159 if (http) in http_connection_async_test()
1219 if (http) in http_autofree_connection_test()
1322 if (http) in http_cancel_test()
1525 if (http) in http_virtual_host_test()
1653 if (http) in http_dispatcher_test()
2069 if (http) in http_close_detection_()
3069 if (http) in http_chunk_out_test()
3111 if (http) in http_stream_out_test()
3184 if (http) in http_stream_in_test_()
[all …]
H A Dbench_http.c89 struct evhttp *http; in main() local
157 http = evhttp_new(base); in main()
169 evhttp_set_cb(http, "/ind", http_basic_cb, NULL); in main()
172 evhttp_set_cb(http, "/ref", http_ref_cb, NULL); in main()
179 evhttp_bind_socket(http, "0.0.0.0", port); in main()
/freebsd-13.1/contrib/libevent/test/
H A Dregress_rpc.c150 *phttp = http; in rpc_setup()
227 evhttp_free(http); in rpc_basic_test()
305 evhttp_free(http); in rpc_basic_message()
520 if (http) in rpc_basic_client()
521 evhttp_free(http); in rpc_basic_client()
576 if (http) in rpc_basic_queued_client()
577 evhttp_free(http); in rpc_basic_queued_client()
679 if (http) in rpc_basic_client_with_pause()
680 evhttp_free(http); in rpc_basic_client_with_pause()
730 if (http) in rpc_client_timeout()
[all …]
H A Dregress_http.c1120 if (http) in http_connection_test_()
1227 if (http) in http_connection_async_test()
1287 if (http) in http_autofree_connection_test()
1551 if (http) in http_cancel_test()
1772 if (http) in http_virtual_host_test()
1909 if (http) in http_dispatcher_test()
2322 if (http) in http_close_detection_()
3326 if (http) in http_chunk_out_test_impl()
3372 if (http) in http_stream_out_test_impl()
3447 if (http) in http_stream_in_test_()
[all …]
H A Dbench_http.c89 struct evhttp *http; in main() local
159 http = evhttp_new(base); in main()
171 evhttp_set_cb(http, "/ind", http_basic_cb, NULL); in main()
174 evhttp_set_cb(http, "/ref", http_ref_cb, NULL); in main()
181 evhttp_bind_socket(http, "0.0.0.0", port); in main()
/freebsd-13.1/contrib/subversion/
H A DREADME21 http://subversion.apache.org/
26 $ svn co http://svn.apache.org/repos/asf/subversion/trunk subversion
35 http://svnbook.red-bean.com/
39 http://svn.code.sf.net/p/svnbook/source/trunk/
48 First, read http://subversion.apache.org/docs/community-guide/
54 Read the FAQ: http://subversion.apache.org/faq.html
69 http://cvs2svn.tigris.org
74 http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976
/freebsd-13.1/stand/efi/libefi/
H A Defihttp.c75 EFI_HTTP_PROTOCOL *http; member
325 status = oh->http->Configure(oh->http, &config); in efihttp_dev_open()
435 status = oh->http->GetModeData(oh->http, &config); in _efihttp_fs_open()
438 status = oh->http->Configure(oh->http, NULL); in _efihttp_fs_open()
441 status = oh->http->Configure(oh->http, &config); in _efihttp_fs_open()
484 status = oh->http->Request(oh->http, &token); in _efihttp_fs_open()
494 status = oh->http->Poll(oh->http); in _efihttp_fs_open()
521 status = oh->http->Response(oh->http, &token); in _efihttp_fs_open()
529 status = oh->http->Poll(oh->http); in _efihttp_fs_open()
640 status = oh->http->Response(oh->http, &token); in _efihttp_fs_read()
[all …]
/freebsd-13.1/contrib/wpa/src/utils/
H A Dbrowser-system.c67 struct http_server *http; in hs20_web_browser() local
81 http = http_server_init(&addr, 12345, http_req, &data); in hs20_web_browser()
82 if (http == NULL) { in hs20_web_browser()
91 http_server_deinit(http); in hs20_web_browser()
113 http_server_deinit(http); in hs20_web_browser()
H A Dbrowser-android.c67 struct http_server *http; in hs20_web_browser() local
81 http = http_server_init(&addr, 12345, http_req, &data); in hs20_web_browser()
82 if (http == NULL) { in hs20_web_browser()
91 http_server_deinit(http); in hs20_web_browser()
117 http_server_deinit(http); in hs20_web_browser()
H A Dbrowser-wpadebug.c68 struct http_server *http; in hs20_web_browser() local
82 http = http_server_init(&addr, 12345, http_req, &data); in hs20_web_browser()
83 if (http == NULL) { in hs20_web_browser()
92 http_server_deinit(http); in hs20_web_browser()
126 http_server_deinit(http); in hs20_web_browser()
/freebsd-13.1/tools/regression/iscsi/
H A Dinitiator-instructions.txt31 http://www.iozone.org/src/current/iozone3_397.tar
32 http://www.gtlib.gatech.edu/pub/debian/pool/main/p/postmark/postmark_1.53.orig.tar.gz
45 http://www.coker.com.au/bonnie++/experimental/bonnie++-1.97.tgz
46 http://www.iozone.org/src/current/iozone3_397.tar
47 http://www.gtlib.gatech.edu/pub/debian/pool/main/p/postmark/postmark_1.53.orig.tar.gz
54http://ftp.postgresql.org/pub/binary/v9.2.3/solaris/solaris11/i386/postgresql-9.2.3-S11.i386-32.ta…
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A Dgetting_started.rst26 .. _CMake 2.8: http://www.cmake.org/cmake/resources/software.html
27 .. _Clang 3.1: http://clang.llvm.org/
28 .. _libc++: http://libcxx.llvm.org/
29 .. _Python 2.4: http://python.org/download/
62 .. _CMake 2.8: http://www.cmake.org/cmake/resources/software.html
63 .. _Visual Studio 12 (2013) or later: http://www.microsoft.com/visualstudio/11/en-us
64 .. _Python 2.4: http://python.org/download/
/freebsd-13.1/contrib/apr/
H A DCHANGES54 *) http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/CHANGES?view=markup
58 *) http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/CHANGES?view=markup
62 *) http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?view=markup
66 *) http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?view=markup
70 *) http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?view=markup
74 *) http://svn.apache.org/viewvc/apr/apr/branches/1.1.x/CHANGES?view=markup
78 *) http://svn.apache.org/viewvc/apr/apr/branches/1.0.x/CHANGES?view=markup
82 *) http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/CHANGES?view=markup
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A DREADME.md6 [utf8proc](http://julialang.org/utf8proc/) is a small, clean C
9 encoding](http://en.wikipedia.org/wiki/UTF-8). It was [initially
10 developed](http://www.public-software-group.org/utf8proc) by Jan
12 Group](http://www.public-software-group.org/), who deserve *nearly all
14 Software Group, the [Julia developers](http://julialang.org/) have
19 support in the [Julia language](http://julialang.org/), and the Julia
28 license](http://opensource.org/licenses/MIT) (plus certain Unicode
30 license](http://www.unicode.org/copyright.html#Exhibit1)); please see
/freebsd-13.1/share/doc/papers/
H A Dbsdreferences.bib10 url = {http://dl.acm.org/citation.cfm?id=2592801},
26 url = {http://doi.acm.org/10.1145/956993.957010},
46 url = {http://doi.acm.org/10.1145/1384609.1384613},
79 url = {http://doi.acm.org/10.1145/1985441.1985463},
98 url = {http://doi.acm.org/10.1145/1370750.1370766},
118 url = {http://doi.acm.org/10.1145/2786763.2694367},
138 url = {http://doi.acm.org/10.1145/2775054.2694367},
156 url = {http://doi.acm.org/10.1145/2694344.2694367},
176 url = {http://doi.acm.org/10.1145/360271.360272},
208 url = {http://doi.acm.org/10.1145/1159733.1159765},
[all …]
/freebsd-13.1/contrib/tzdata/
H A Dsouthamerica113 # http://ar.clarin.com/diario/2001-06-06/e-01701.htm
122 # http://ar.clarin.com/diario/2001-06-12/s-03501.htm
635 # http://pcdsh01.on.br/Fusbr.htm
636 # http://pcdsh01.on.br/Fusbrhv.htm
707 # http://pcdsh01.on.br/DecHV.html
722 # http://www.mme.gov.br/first
1121 # http://www.horaoficial.cl/historia_hora.php
1203 # http://www.shoa.cl/servicios/supremo316.pdf
1692 # http://www.ande.gov.py/interna.php?id=1075
1766 # http://www.impo.com.uy/diariooficial/
[all …]
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dole2compounddocs109 # URL: http://fileformats.archiveteam.org/wiki/WordPerfect
131 # URL: http://fileformats.archiveteam.org/wiki/XLS
141 # URL: http://fileformats.archiveteam.org/wiki/PPT
249 # http://extension.nirsoft.net/prv
256 # http://extension.nirsoft.net/prd
272 # URL: http://fileformats.archiveteam.org/wiki/Visio
294 # URL: http://fileformats.archiveteam.org/wiki/DOC
344 # URL: http://fileformats.archiveteam.org/wiki/OLE2
356 # URL: http://fileformats.archiveteam.org/wiki/PPT
405 # URL: http://fileformats.archiveteam.org/wiki/PPT
[all …]

12345678910>>...118