Home
last modified time | relevance | path

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

12345678910>>...77

/freebsd-12.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-12.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-12.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-12.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-12.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-12.1/contrib/llvm/tools/lld/docs/
H A Dgetting_started.rst9 __ http://llvm.org/bugs/
26 .. _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/
34 $ svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
39 $ svn co http://llvm.org/svn/llvm-project/lld/trunk lld
72 .. _Python 2.4: http://python.org/download/
77 $ svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
82 $ svn co http://llvm.org/svn/llvm-project/lld/trunk lld
[all …]
/freebsd-12.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 …]
/freebsd-12.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 …]
/freebsd-12.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-12.1/contrib/binutils/
H A DMAINTAINERS5 http://gnu.org.
17 binutils: http://sources.redhat.com/binutils/
23 cgen: http://sources.redhat.com/cgen/
43 GDB: http://www.gnu.org/software/gdb/
51 gcc: http://gcc.gnu.org
67 autoconf: http://gnu.org
74 gcc: http://gcc.gnu.org
78 http://sources.redhat.com/newlib/
82 sid: http://sources.redhat.com/sid/
86 texinfo: http://ftp.gnu.org.
[all …]
/freebsd-12.1/contrib/file/magic/Magdir/
H A Ddataone16 >&0 regex (onedcx/v)[0-9].[0-9]+ http://ns.dataone.org/metadata/schema/onedcx/v1.0
23 >&0 regex (mercury/terms/v)[0-9].[0-9] http://purl.org/ornl/schema/mercury/terms/v1.0
27 >>&0 regex eng;USA http://www.isotc211.org/2005/gmd
30 >>&0 regex gov.noaa.nodc:[0-9]+ http://www.isotc211.org/2005/gmd-noaa
33 >>&0 regex pangaea.dataset[0-9][0-9][0-9][0-9][0-9][0-9]+ http://www.isotc211.org/2005/gmd-pangaea
40 >>&0 regex openarchives http://www.openarchives.org/ore/terms
46 >&0 regex (dryad-bibo/v)[0-9].[0-9] http://datadryad.org/profile/v3.1
H A Dcad13 # http://www.wotsit.org/search.asp
14 # http://filext.com/detaillist.php?extdetail=DGN
15 # http://filext.com/detaillist.php?extdetail=CIT
17 # http://www.bentley.com/products/default.cfm?objectid=97F351F5-9C35-4E5E-89C2
19 # http://www.bentley.com/products/default.cfm?objectid=A5C2FD43-3AC9-4C71-B682
47 # and http://www.iana.org/assignments/media-types/image/vnd.dwg
78 # Based on the DWG File Format Specifications at http://www.opendwg.org/
105 # ASCON http://ascon.net/main/ in English,
106 # http://ascon.ru/ main site in Russian
109 # ICQ 358572321, http://vkontakte.ru/id16076543)
[all …]
H A Dkml7 # http://www.opengeospatial.org/standards/kml/
11 >>&0 regex ['"]http://earth.google.com/kml Google KML document
21 # http://www.opengeospatial.org/standards/kml/
23 >>&0 regex ['"]http://www.opengis.net/kml OpenGIS KML document
29 # http://code.google.com/apis/kml/documentation/kml_tut.html
/freebsd-12.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-12.1/contrib/ncurses/
H A DANNOUNCE194 [12]http://www.mutt.org/
198 [13]http://www.ncftp.com/
271 6. http://invisible-island.net/cdk/
272 7. http://www.vexus.ca/products/CDK/
273 8. http://invisible-island.net/ded/
275 10. http://lynx.isc.org/release/
277 12. http://www.mutt.org/
278 13. http://www.ncftp.com/
281 16. http://www.tin.org/
283 18. http://invisible-island.net/vile/
[all …]
/freebsd-12.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-12.1/contrib/tzdata/
H A Dsouthamerica113 # http://ar.clarin.com/diario/2001-06-06/e-01701.htm
626 # http://pcdsh01.on.br/Fusbr.htm
627 # http://pcdsh01.on.br/Fusbrhv.htm
698 # http://pcdsh01.on.br/DecHV.html
713 # http://www.mme.gov.br/first
1112 # http://www.horaoficial.cl/historia_hora.html
1160 # http://www.shoa.cl/servicios/supremo316.pdf
1219 # http://www.leychile.cl/Navegar?idNorma=1088502
1627 # http://www.ande.gov.py/interna.php?id=1075
1721 # http://www.impo.com.uy/diariooficial/
[all …]
/freebsd-12.1/contrib/gcc/doc/
H A Dcontribute.texi11 @uref{http://gcc.gnu.org/svn.html}). Source and binary snapshots are
12 also available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}.
18 @uref{http://gcc.gnu.org/contribute.html}
19 @uref{http://gcc.gnu.org/contributewhy.html}
25 @uref{http://gcc.gnu.org/projects/}.
/freebsd-12.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-12.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-12.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

12345678910>>...77