Searched refs:local_addr (Results 1 – 15 of 15) sorted by relevance
/unit/src/ |
H A D | nxt_unit_request.h | 42 nxt_unit_sptr_t local_addr; member
|
H A D | nxt_http.h | 267 void (*local_addr)(nxt_task_t *task, nxt_http_request_t *r); member
|
H A D | nxt_http_request.c | 614 nxt_http_proto[r->protocol].local_addr(task, r); in nxt_http_request_proto_info()
|
H A D | nxt_php_sapi.c | 1496 nxt_php_set_sptr(req, "SERVER_ADDR", &r->local_addr, r->local_addr_length,
|
H A D | nxt_http_route.c | 1623 nxt_http_proto[r->protocol].local_addr(task, r); in nxt_http_route_match()
|
H A D | nxt_h1proto.c | 137 .local_addr = nxt_h1p_request_local_addr,
|
H A D | nxt_router.c | 5467 nxt_unit_sptr_set(&req->local_addr, p); in nxt_router_prepare_msg()
|
/unit/src/wasm/ |
H A D | nxt_wasm.c | 122 SET_REQ_MEMBER(local_addr, local_addr); in nxt_wasm_request_handler()
|
/unit/src/java/ |
H A D | nxt_jni_Request.c | 464 return nxt_java_newString(env, nxt_unit_sptr_get(&r->local_addr), in nxt_java_Request_getLocalAddr() 477 local = nxt_unit_sptr_get(&r->local_addr); in nxt_java_Request_getLocalName() 497 local = nxt_unit_sptr_get(&r->local_addr); in nxt_java_Request_getLocalPort()
|
/unit/src/test/ |
H A D | nxt_unit_app_test.c | 228 p = copy(p, nxt_unit_sptr_get(&r->local_addr), r->local_addr_length); in greeting_app_request_handler()
|
/unit/src/nodejs/unit-http/ |
H A D | unit.cpp | 660 set_named_property(res, "localAddress", r->local_addr, in create_socket()
|
/unit/src/python/ |
H A D | nxt_python_wsgi.c | 639 RC(nxt_python_add_sptr(pctx, nxt_py_server_addr_str, &r->local_addr, in nxt_python_get_environ()
|
H A D | nxt_python_asgi.c | 753 v = nxt_py_asgi_create_address(&r->local_addr, r->local_addr_length, 80); in nxt_py_asgi_create_http_scope()
|
/unit/src/ruby/ |
H A D | nxt_ruby.c | 755 nxt_ruby_add_sptr(hash_env, nxt_rb_server_addr_str, &r->local_addr, in nxt_ruby_read_request()
|
/unit/src/perl/ |
H A D | nxt_perl_psgi.c | 675 &r->local_addr, r->local_addr_length)); in nxt_perl_psgi_env_create()
|