Home
last modified time | relevance | path

Searched refs:HTTP (Results 1 – 12 of 12) sorted by relevance

/titanic_53/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c1194 char *HTTP = "HTTP/"; in nl7c_http_request() local
1243 while (cp < ep && *HTTP == *cp) { in nl7c_http_request()
1244 HTTP++; in nl7c_http_request()
1247 if (*HTTP != 0) { in nl7c_http_request()
1472 char *HTTP = "HTTP/"; in nl7c_http_response() local
1498 while (cp < ep && *HTTP == *cp) { in nl7c_http_response()
1499 HTTP++; in nl7c_http_response()
1502 if (*HTTP != 0) { in nl7c_http_response()
/titanic_53/usr/src/cmd/cmd-inet/etc/ike/
H A Dconfig.sample63 # If you wish to use HTTP (with name resolution) for URLs inside certs,
66 # HTTP proxy and socks URLs should also be indicated if needed...
/titanic_53/usr/src/cmd/ast/libshell/common/scripts/
H A Drssread.sh87 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …
249 request="GET /${_.path} HTTP/1.1\r\n"
H A Dshtinyurl.sh59 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …
H A Dshnote.sh91 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …
H A Dcrawlsrccomments.sh663 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …
/titanic_53/usr/src/cmd/cmd-inet/etc/
H A Dservices149 http-alt 8080/tcp webcache # HTTP Alternate, webcache
220 www-ldap-gw 1760/tcp # HTTP to LDAP gateway
221 www-ldap-gw 1760/udp # HTTP to LDAP gateway
/titanic_53/usr/src/boot/lib/libz/
H A DFAQ322 39. What's the difference between the "gzip" and "deflate" HTTP 1.1 encodings?
326 the raw deflate compressed data format. While the HTTP 1.1 RFC 2616
334 an unfortunate choice of name on the part of the HTTP 1.1 authors.
336 Bottom line: use the gzip format for HTTP 1.1 encoding.
/titanic_53/usr/src/lib/libpkg/common/
H A Dpkglib.h361 #define HTTP "http://" macro
/titanic_53/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1516 servicePrincipalName: HTTP/${fqdn}
1534 skeys=(host/${fqdn}@${realm} nfs/${fqdn}@${realm} HTTP/${fqdn}@${realm})
/titanic_53/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c484 if (strncmp(optarg, HTTP, 7) == 0) { in main()
/titanic_53/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE517 02-11-22 package.sh: update action now uses HTTP/1.0