/titanic_44/usr/src/lib/print/libhttp-core/common/ |
H A D | http.c | 117 static int http_send(http_t *http, http_state_t request, 119 static int http_wait(http_t *http, int msec); 121 static int http_upgrade(http_t *http); 122 static int http_setup_ssl(http_t *http); 123 static void http_shutdown_ssl(http_t *http); 124 static int http_read_ssl(http_t *http, char *buf, int len); 125 static int http_write_ssl(http_t *http, const char *buf, int len); 294 httpCheck(http_t *http) /* I - HTTP connection */ in httpCheck() argument 296 return (httpWait(http, 0)); in httpCheck() 305 httpClearCookie(http_t *http) /* I - Connection */ in httpClearCookie() argument [all …]
|
H A D | http.h | 345 # define httpBlocking(http,b) (http)->blocking = (b) argument 346 extern int httpCheck(http_t *http); 347 # define httpClearFields(http) memset((http)->fields, 0, sizeof((http)->fields)),\ argument 348 httpSetField((http), HTTP_FIELD_HOST, (http)->hostname) 349 extern void httpClose(http_t *http); 353 extern int httpDelete(http_t *http, const char *uri); 354 extern int httpEncryption(http_t *http, http_encryption_t e); 355 # define httpError(http) ((http)->error) argument 356 extern void httpFlush(http_t *http); 357 extern int httpGet(http_t *http, const char *uri); [all …]
|
/titanic_44/usr/src/cmd/dtrace/demo/ |
H A D | chapters | 4 url: http://wikis.sun.com/display/DTrace/Documentation 9 url: http://wikis.sun.com/display/DTrace/Actions+and+Subroutines 14 url: http://wikis.sun.com/display/DTrace/Aggregations 19 url: http://wikis.sun.com/display/DTrace/Anonymous+Tracing 24 url: http://wikis.sun.com/display/DTrace/Buffers+and+Buffering 29 url: http://wikis.sun.com/display/DTrace/dtrace+Provider 34 url: http://wikis.sun.com/display/DTrace/fbt+Provider 39 url: http://wikis.sun.com/display/DTrace/Introduction 44 url: http://wikis.sun.com/display/DTrace/io+Provider 49 url: http://wikis.sun.com/display/DTrace/lockstat+Provider [all …]
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | nl7chttp.c | 924 http_t *http = arg; in nl7c_http_free() local 926 kmem_cache_free(http_kmc, http); in nl7c_http_free() 1190 http_t *http = kmem_cache_alloc(http_kmc, KM_SLEEP); in nl7c_http_request() local 1206 uri->scheme = (void *)http; in nl7c_http_request() 1214 http->parsed = B_FALSE; in nl7c_http_request() 1215 http->accept.cp = NULL; in nl7c_http_request() 1216 http->acceptchar.cp = NULL; in nl7c_http_request() 1217 http->acceptenco.cp = NULL; in nl7c_http_request() 1218 http->acceptlang.cp = NULL; in nl7c_http_request() 1219 http->etag.cp = NULL; in nl7c_http_request() [all …]
|
/titanic_44/usr/src/tools/scripts/ |
H A D | its.reg | 9 # or http://www.opensolaris.org/os/licensing. 99 INFO=http://opensolaris.org/os/community/arc/ 100 EXTERNAL_URL=http://arc.opensolaris.org/caselog/\\1/\\2/\\3 101 INTERNAL_URL_sun.com=http://sac.sfbay.sun.com/Archives/CaseLog/arc/\\1/\\2/\\3 110 INFO=http://bugs.grommit.com/ 111 EXTERNAL_URL=http://bugs.grommit.com/show_bug.cgi?id=\\1 119 INFO=http://defect.opensolaris.org/bz/ 120 EXTERNAL_URL=http://defect.opensolaris.org/bz/show_bug.cgi?id=\\1 129 INFO=http://bugs.freedesktop.org/ 130 EXTERNAL_URL=http://bugs.freedesktop.org/show_bug.cgi?id=\\1 [all …]
|
/titanic_44/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg_test.out | 9 # or http://www.opensolaris.org/os/licensing. 27 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg… 31 code TEST-8000-08 item 6 = <<http://illumos.org/msg/TEST-8000-08>> 36 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08 43 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg… 47 code TEST-8000-08 item 6 = <<http://illumos.org/msg/TEST-8000-08>> 52 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08 61 DESC: This entry tests URL variable expansion - url = http://foo.bar.com/TEST-8000-08 68 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg… 72 code TEST-8000-08 item 6 = <<http://illumos.org/msg/TEST-8000-08>> [all …]
|
/titanic_44/usr/src/grub/ |
H A D | README.grub | 7 http://ruslug.rutgers.edu/~mcgrof/grub-images/patches/historic/redhat/ 10 According to http://ruslug.rutgers.edu/~mcgrof/grub-images/ 21 in kernel: http://www/bootsplash.org/ 27 http://savannah.gnu.org/bugs/?func=detailitem&item_id=9408 30 Webrevs are available at http://boot.eng/
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | README | 2 [ http://www.unixuser.org/%7Eharuyama/security/openssh/index.html 21 homepage at http://www.openssh.com/ 37 refer to http://www.openssh.com/list.html for details on how to join. 64 [0] http://www.openssh.com/faq.html 65 [1] http://www.lothar.com/tech/crypto/ 67 [3] http://www.openssl.org/ 68 [4] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris) 69 [5] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9&apropos=0&manpath=OpenBSD+Current 70 [6] http://www.openssh.com/faq.html
|
H A D | INSTALL | 7 http://www.freesoftware.com/pub/infozip/zlib/ 10 http://www.openssl.org/ 12 RPMs of OpenSSL are available at http://violet.ibs.com.au/openssh/files/support 18 http://www.kernel.org/pub/linux/libs/pam/ 24 http://www.gnome.org/ 29 http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html 35 http://www.lothar.com/tech/crypto/ 198 http://www.openssh.com/
|
/titanic_44/usr/src/data/zoneinfo/ |
H A D | southamerica | 113 # http://ar.clarin.com/diario/2001-06-06/e-01701.htm 116 # http://www.boletin.jus.gov.ar/BON/Primera/1999/09-Septiembre/21/PDF/BO21-09-99LEG.PDF 122 # http://ar.clarin.com/diario/2001-06-12/s-03501.htm 127 # http://www.clarin.com.ar/diario/2001-06-22/s-03601.htm 135 # http://www.lanacion.com.ar/opinion/nota.asp?nota_id=973037 indicate 145 # http://www.lanacion.com.ar/politica/nota.asp?nota_id=973996 155 # http://www.worldtimezone.com/dst_news/dst_news_argentina03.html 156 # http://www.impulsobaires.com.ar/nota.php?id=57832 (in spanish) 161 # http://www.infoleg.gov.ar/infolegInternet/anexos/60000-64999/60036/norma.htm 163 # http://www.infoleg.gov.ar/infolegInternet/anexos/135000-139999/136191/norma.htm [all …]
|
H A D | africa | 208 # http://www.almasryalyoum.com/en/node/407168 210 # http://www.worldtimezone.com/dst_news/dst_news_egypt04.html 217 # http://news.gom.com.eg/gazette/pdf/2006/09/18/01.pdf 223 # http://www.nentjes.info/Bill/bill5.htm 226 # http://www.sis.gov.eg/En/EgyptOnline/Miscellaneous/000002/0207000000000000001580.htm 257 # > http://support.microsoft.com/kb/958729/ 290 # http://www.almasryalyoum.com/en/news/clocks-go-back-during-ramadan-and-then-forward-again 291 # http://www.worldtimezone.com/dst_news/dst_news_egypt02.html 295 # http://english.ahram.org.eg/NewsContent/1/64/100735/Egypt/Politics-/Egypts-government-to-reapply-… 303 # http://www.cabinet.gov.eg/Media/CabinetMeetingsDetails.aspx?id=347 ... [all …]
|
H A D | asia | 109 # http://newsarmenia.ru/society/20120209/42609695.html 116 # http://www.worldtimezone.com/dst_news/dst_news_armenia03.html 134 # http://code.az/files/daylight_res.pdf 140 # http://vestnikkavkaza.net/news/Azerbaijani-Cabinet-of-Ministers-cancels-daylight-saving-time.html 141 # http://en.apa.az/xeber_azerbaijan_abolishes_daylight_savings_ti_240862.html 164 # http://www.asiantribune.com/?q=node/17288 165 # http://www.worldtimezone.com/dst_news/dst_news_bangladesh02.html 181 # http://bdnews24.com/details.php?id=85889&cid=2 199 # http://www.thedailystar.net/newDesign/news-details.php?nid=107021 200 # http://www.worldtimezone.com/dst_news/dst_news_bangladesh04.html [all …]
|
H A D | australasia | 71 # http://www.australia.gov.au/about-australia/australian-story/austn-islands 114 # http://www.bom.gov.au/climate/averages/tables/dst_times.shtml 234 # http://www.parks.tas.gov.au/index.aspx?base=1828 235 # http://www.parks.tas.gov.au/index.aspx?base=1831 280 # http://www.radiofiji.com.fj/fullstory.php?id=23719 281 # http://www.worldtimezone.com/dst_news/dst_news_fiji01.html 286 # http://www.fiji.gov.fj/publish/page_16198.shtml 295 # http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=1096:3310-cabinet-approves-ch… 305 # http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=2608:daylight-savings&catid=7… 306 # http://www.worldtimezone.com/dst_news/dst_news_fiji04.html [all …]
|
H A D | europe | 38 # <http://cs.ucla.edu/~eggert/The-Waste-of-Daylight-19th.pdf> 55 # http://resolver.gpntb.ru/purl?docushare/dsweb/Get/Resource-2011/Byalokoz__E.L.__Novyy__schet__vre… 59 # <http://pcdsh01.on.br/HISTHV.htm> 165 # http://rsnz.natlib.govt.nz/volume/rsnz_28/rsnz_28_00_006110.html 319 # Irish laws are available online at <http://www.irishstatutebook.ie>. 336 # <http://www.irishstatutebook.ie/ZZA13Y1923.html>.] 383 # http://www.irishstatutebook.ie/eli/1971/act/17/enacted/en/print 387 # http://www.irishstatutebook.ie/eli/1925/act/8/enacted/en/print 388 # http://www.irishstatutebook.ie/eli/1926/sro/919/made/en/print 389 # http://www.irishstatutebook.ie/eli/1947/sro/71/made/en/print [all …]
|
H A D | antarctica | 9 # http://www.comnap.aq/comnap/comnap.nsf/P/Stations/ 12 # http://www.spri.cam.ac.uk/bob/periant.htm 31 # https://web.archive.org/web/20021204222245/http://www.dstc.qut.edu.au/DST/marg/daylight.html 49 # http://www.aad.gov.au/default.asp?casid=37079 95 # http://www.antdiv.gov.au/aad/exop/sfo/casey/casey_aws.html 97 # http://www.antdiv.gov.au/aad/exop/sfo/davis/video.html 99 # http://www.antdiv.gov.au/aad/exop/sfo/mawson/video.html 189 # http://www.nipr.ac.jp/english/ara01.html 254 # http://quest.arc.nasa.gov/antarctica/QA/computers/Directions,Time,ZIP 306 # <http://webexhibits.org/daylightsaving/g.html> says Rothera is -03 all year. [all …]
|
/titanic_44/usr/src/lib/libshell/misc/ |
H A D | buildksh93.readme | 9 # or http://www.opensolaris.org/os/licensing. 51 $ wget --http-user="I accept www.opensource.org/licenses/cpl" --http-passwd="." 'http://www.researc… 52 $ wget --http-user="I accept www.opensource.org/licenses/cpl" --http-passwd="." 'http://www.researc…
|
/titanic_44/usr/src/lib/print/libhttp-core/ |
H A D | Makefile.com | 30 OBJECTS = http-addr.o http-support.o http.o
|
/titanic_44/usr/src/cmd/localedef/data/ |
H A D | THIRDPARTYLICENSE | 4 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and 5 http://www.unicode.org/cldr/data/ . Unicode Software includes any 7 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and 8 http://www.unicode.org/cldr/data/. 20 under the Terms of Use in http://www.unicode.org/copyright.html.
|
/titanic_44/usr/src/lib/print/libpapi-ipp/common/ |
H A D | ipp-support.c | 421 http_t *http; in setAuthString() local 428 http = svc->connection; in setAuthString() 452 if (strncmp(http->fields[HTTP_FIELD_WWW_AUTHENTICATE], in setAuthString() 458 snprintf(http->authstring, sizeof (http->authstring), in setAuthString() 460 } else if (strncmp(http->fields[HTTP_FIELD_WWW_AUTHENTICATE], in setAuthString() 469 httpGetSubField(http, HTTP_FIELD_WWW_AUTHENTICATE, in setAuthString() 471 httpGetSubField(http, HTTP_FIELD_WWW_AUTHENTICATE, in setAuthString() 484 snprintf(http->authstring, sizeof (http->authstring), in setAuthString()
|
/titanic_44/usr/src/tools/opensolaris/ |
H A D | README.opensolaris.tmpl | 29 http://hub.opensolaris.org/bin/view/Project+onnv/ 37 http://hub.opensolaris.org/bin/view/Community+Group+on/schedule. 66 http://hub.opensolaris.org/bin/view/Main/discussions. 74 http://hub.opensolaris.org/bin/view/Community+Group+on/known_issues 76 <!-- #include http://hub.opensolaris.org/bin/view/Community+Group+on/known_issues --> 82 <!-- #include http://hub.opensolaris.org/bin/view/Community+Group+on/install_quickstart -->
|
/titanic_44/usr/src/cmd/cmd-inet/etc/ |
H A D | services | 12 # or http://www.opensolaris.org/os/licensing. 25 # Look at http://www.iana.org/assignments/port-numbers for more 60 http 80/tcp www www-http 61 http 80/udp www www-http 62 http 80/sctp 149 http-alt 8080/tcp webcache # HTTP Alternate, webcache 150 http-alt 8080/udp
|
H A D | wanboot.conf.sample | 13 # or http://www.opensolaris.org/os/licensing. 39 # <url> is of the form http://... or https://... 82 # If the schema is http://... then the root_file will be signed if there 84 # schema must be https://...; otherwise it must be http://... 94 # (and whether bootlog traffic should be sent using http or https),
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | THIRDPARTYLICENSE.lz4 | 3 BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) 29 - LZ4 homepage : http://fastcompression.blogspot.com/p/lz4.html 30 - LZ4 source repository : http://code.google.com/p/lz4/
|
/titanic_44/usr/src/cmd/ssh/ssh-http-proxy-connect/ |
H A D | Makefile | 28 PROG= ssh-http-proxy-connect 32 OBJS= ssh-http-proxy-connect.o
|
/titanic_44/usr/src/data/hwdata/ |
H A D | Makefile | 56 PCIURL= http://pci-ids.ucw.cz/v2.2/pci.ids 57 USBURL= http://www.linux-usb.org/usb.ids
|