Searched defs:host (Results 1 – 14 of 14) sorted by relevance
/unit/src/ |
H A D | nxt_job_resolve.c | 14 u_char *host; in nxt_job_resolve() local
|
H A D | nxt_clone.h | 14 nxt_int_t host; member
|
H A D | nxt_http_request.c | 80 nxt_str_t host; in nxt_http_request_host() local 103 nxt_http_validate_host(nxt_str_t *host, nxt_mp_t *mp) in nxt_http_validate_host()
|
H A D | nxt_sockaddr.c | 1072 u_char *p, *host; in nxt_job_sockaddr_inet_parse() local
|
H A D | nxt_http.h | 143 nxt_str_t host; member
|
H A D | nxt_conf_validation.c | 2746 nxt_int_t host; member
|
H A D | nxt_http_route.c | 51 nxt_conf_value_t *host; member
|
/unit/test/ |
H A D | test_variables.py | 41 def check_host(host, status=208): argument
|
H A D | test_tls_sni.py | 137 def check_cert(self, host, expect): argument
|
H A D | test_static_chroot.py | 33 def get_custom(self, uri, host): argument
|
H A D | test_routing.py | 37 def host(self, host, status): argument
|
/unit/src/java/nginx/unit/websocket/ |
H A D | WsWebSocketContainer.java | 220 String host = path.getHost(); in connectToServerRecursive() local 563 private static ByteBuffer createProxyRequest(String host, int port) { in createProxyRequest() 631 private static Map<String, List<String>> createRequestHeaders(String host, int port, in createRequestHeaders() 889 private SSLEngine createSSLEngine(Map<String,Object> userProperties, String host, int port) in createSSLEngine() argument
|
/unit/src/java/ |
H A D | nxt_jni_Request.c | 600 char *host, *colon; in nxt_java_Request_getServerName() local 628 char *host, *colon, tmp; in nxt_java_Request_getServerPort() local
|
/unit/src/java/nginx/unit/ |
H A D | Request.java | 470 String host = getHeader("Host"); in getRequestURL() local
|