Home
last modified time | relevance | path

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

12345678910>>...97

/freebsd/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/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h134 int evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd);
216 void evhttp_free(struct evhttp* http);
234 void evhttp_set_default_content_type(struct evhttp *http,
261 int evhttp_set_cb(struct evhttp *http, const char *path,
280 void evhttp_set_gencb(struct evhttp *http,
298 void evhttp_set_bevcb(struct evhttp *http,
324 int evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
347 int evhttp_add_server_alias(struct evhttp *http, const char *alias);
357 int evhttp_remove_server_alias(struct evhttp *http, const char *alias);
366 void evhttp_set_timeout(struct evhttp *http, int timeout_in_secs);
[all …]
/freebsd/contrib/libevent/include/event2/
H A Dhttp.h134 int evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd);
216 void evhttp_free(struct evhttp* http);
234 void evhttp_set_default_content_type(struct evhttp *http,
261 int evhttp_set_cb(struct evhttp *http, const char *path,
280 void evhttp_set_gencb(struct evhttp *http,
298 void evhttp_set_bevcb(struct evhttp *http,
324 int evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
347 int evhttp_add_server_alias(struct evhttp *http, const char *alias);
357 int evhttp_remove_server_alias(struct evhttp *http, const char *alias);
366 void evhttp_set_timeout(struct evhttp *http, int timeout_in_secs);
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c3447 oldhttp = http; in evhttp_find_vhost()
3451 http = vhost; in evhttp_find_vhost()
3459 *outhttp = http; in evhttp_find_vhost()
3491 evhttp_find_vhost(http, &http, hostname); in evhttp_handle_request()
3501 (*http->gencb)(req, http->gencbarg); in evhttp_handle_request()
3694 return (http); in evhttp_new_object()
3707 return (http); in evhttp_new()
3723 mm_free(http); in evhttp_start()
3727 return (http); in evhttp_start()
3774 mm_free(http); in evhttp_free()
[all …]
/freebsd/contrib/libevent/
H A Dhttp.c3447 oldhttp = http; in evhttp_find_vhost()
3451 http = vhost; in evhttp_find_vhost()
3459 *outhttp = http; in evhttp_find_vhost()
3491 evhttp_find_vhost(http, &http, hostname); in evhttp_handle_request()
3501 (*http->gencb)(req, http->gencbarg); in evhttp_handle_request()
3694 return (http); in evhttp_new_object()
3707 return (http); in evhttp_new()
3723 mm_free(http); in evhttp_start()
3727 return (http); in evhttp_start()
3774 mm_free(http); in evhttp_free()
[all …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c149 *phttp = http; in rpc_setup()
226 evhttp_free(http); in rpc_basic_test()
304 evhttp_free(http); in rpc_basic_message()
519 if (http) in rpc_basic_client()
520 evhttp_free(http); in rpc_basic_client()
575 if (http) in rpc_basic_queued_client()
576 evhttp_free(http); in rpc_basic_queued_client()
678 if (http) in rpc_basic_client_with_pause()
679 evhttp_free(http); in rpc_basic_client_with_pause()
729 if (http) in rpc_client_timeout()
[all …]
H A Dregress_http.c1166 if (http) in http_connection_test_()
1273 if (http) in http_connection_async_test()
1330 if (http) in http_autofree_connection_test()
1594 if (http) in http_cancel_test()
1816 if (http) in http_virtual_host_test()
1953 if (http) in http_dispatcher_test()
2366 if (http) in http_close_detection_()
3392 if (http) in http_chunk_out_test_impl()
3438 if (http) in http_stream_out_test_impl()
3513 if (http) in http_stream_in_test_()
[all …]
H A Dbench_http.c89 struct evhttp *http; in main() local
162 http = evhttp_new(base); in main()
174 evhttp_set_cb(http, "/ind", http_basic_cb, NULL); in main()
177 evhttp_set_cb(http, "/ref", http_ref_cb, NULL); in main()
184 evhttp_bind_socket(http, "0.0.0.0", port); in main()
/freebsd/contrib/libevent/test/
H A Dregress_rpc.c149 *phttp = http; in rpc_setup()
226 evhttp_free(http); in rpc_basic_test()
304 evhttp_free(http); in rpc_basic_message()
519 if (http) in rpc_basic_client()
520 evhttp_free(http); in rpc_basic_client()
575 if (http) in rpc_basic_queued_client()
576 evhttp_free(http); in rpc_basic_queued_client()
678 if (http) in rpc_basic_client_with_pause()
679 evhttp_free(http); in rpc_basic_client_with_pause()
729 if (http) in rpc_client_timeout()
[all …]
H A Dregress_http.c1166 if (http) in http_connection_test_()
1273 if (http) in http_connection_async_test()
1330 if (http) in http_autofree_connection_test()
1594 if (http) in http_cancel_test()
1816 if (http) in http_virtual_host_test()
1953 if (http) in http_dispatcher_test()
2366 if (http) in http_close_detection_()
3392 if (http) in http_chunk_out_test_impl()
3438 if (http) in http_stream_out_test_impl()
3513 if (http) in http_stream_in_test_()
[all …]
H A Dbench_http.c89 struct evhttp *http; in main() local
162 http = evhttp_new(base); in main()
174 evhttp_set_cb(http, "/ind", http_basic_cb, NULL); in main()
177 evhttp_set_cb(http, "/ref", http_ref_cb, NULL); in main()
184 evhttp_bind_socket(http, "0.0.0.0", port); in main()
/freebsd/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/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/stand/efi/libefi/
H A Defihttp.c70 EFI_HTTP_PROTOCOL *http; member
320 status = oh->http->Configure(oh->http, &config); in efihttp_dev_open()
430 status = oh->http->GetModeData(oh->http, &config); in _efihttp_fs_open()
433 status = oh->http->Configure(oh->http, NULL); in _efihttp_fs_open()
436 status = oh->http->Configure(oh->http, &config); in _efihttp_fs_open()
479 status = oh->http->Request(oh->http, &token); in _efihttp_fs_open()
489 status = oh->http->Poll(oh->http); in _efihttp_fs_open()
516 status = oh->http->Response(oh->http, &token); in _efihttp_fs_open()
524 status = oh->http->Poll(oh->http); in _efihttp_fs_open()
635 status = oh->http->Response(oh->http, &token); in _efihttp_fs_read()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dole2compounddocs132 # URL: http://fileformats.archiveteam.org/wiki/XLS
142 # URL: http://fileformats.archiveteam.org/wiki/PPT
229 # http://extension.nirsoft.net/mdz
292 # http://extension.nirsoft.net/prv
299 # http://extension.nirsoft.net/prd
353 # URL: http://fileformats.archiveteam.org/wiki/Visio
389 # URL: http://fileformats.archiveteam.org/wiki/DOC
439 # URL: http://fileformats.archiveteam.org/wiki/OLE2
451 # URL: http://fileformats.archiveteam.org/wiki/PPT
513 # URL: http://fileformats.archiveteam.org/wiki/PPT
[all …]
H A Djpeg107 # URL: http://fileformats.archiveteam.org/wiki/HSI_JPEG
124 # URL: http://fileformats.archiveteam.org/wiki/JP2
131 # URL: http://fileformats.archiveteam.org/wiki/JPX
137 # URL: http://fileformats.archiveteam.org/wiki/JPM
143 # URL: http://fileformats.archiveteam.org/wiki/MJ2
153 # URL: http://fileformats.archiveteam.org/wiki/JPEG_2000_codestream
168 # URL: http://fileformats.archiveteam.org/wiki/JPEG_XR
170 # http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-wmp.trid.xml
186 # http://shikino.co.jp/solution/upfile/FLOWER.wdp.zip
238 # URL: http://fileformats.archiveteam.org/wiki/JPEG_XL
[all …]
/freebsd/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/crypto/openssl/demos/certs/
H A Docspquery.sh12 -url http://127.0.0.1:8888/
14 -url http://127.0.0.1:8888/
16 -url http://127.0.0.1:8888/
21 -CAfile root.pem -url http://127.0.0.1:8888/
/freebsd/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/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/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
1695 # http://www.ande.gov.py/interna.php?id=1075
1775 # http://www.impo.com.uy/diariooficial/
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/humidity/
H A Dti,hdc2010.yaml4 $id: http://devicetree.org/schemas/iio/humidity/ti,hdc2010.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
16 http://www.ti.com/product/HDC2010/datasheet
17 http://www.ti.com/product/HDC2080/datasheet
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dti,drv266x.yaml4 $id: http://devicetree.org/schemas/input/ti,drv266x.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 http://www.ti.com/product/drv2665
12 http://www.ti.com/product/drv2667

12345678910>>...97