Searched refs:HTTP (Results 1 – 10 of 10) sorted by relevance
1194 char *HTTP = "HTTP/"; in nl7c_http_request() local1243 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() local1498 while (cp < ep && *HTTP == *cp) { in nl7c_http_response()1499 HTTP++; in nl7c_http_response()1502 if (*HTTP != 0) { in nl7c_http_response()
63 # 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...
87 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …249 request="GET /${_.path} HTTP/1.1\r\n"
59 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …
91 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …
663 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …
149 http-alt 8080/tcp webcache # HTTP Alternate, webcache220 www-ldap-gw 1760/tcp # HTTP to LDAP gateway221 www-ldap-gw 1760/udp # HTTP to LDAP gateway
361 #define HTTP "http://" macro
1516 servicePrincipalName: HTTP/${fqdn}1534 skeys=(host/${fqdn}@${realm} nfs/${fqdn}@${realm} HTTP/${fqdn}@${realm})
484 if (strncmp(optarg, HTTP, 7) == 0) { in main()