Home
last modified time | relevance | path

Searched refs:local_addr (Results 1 – 15 of 15) sorted by relevance

/unit/src/
H A Dnxt_unit_request.h42 nxt_unit_sptr_t local_addr; member
H A Dnxt_http.h267 void (*local_addr)(nxt_task_t *task, nxt_http_request_t *r); member
H A Dnxt_http_request.c614 nxt_http_proto[r->protocol].local_addr(task, r); in nxt_http_request_proto_info()
H A Dnxt_php_sapi.c1496 nxt_php_set_sptr(req, "SERVER_ADDR", &r->local_addr, r->local_addr_length,
H A Dnxt_http_route.c1623 nxt_http_proto[r->protocol].local_addr(task, r); in nxt_http_route_match()
H A Dnxt_h1proto.c137 .local_addr = nxt_h1p_request_local_addr,
H A Dnxt_router.c5467 nxt_unit_sptr_set(&req->local_addr, p); in nxt_router_prepare_msg()
/unit/src/wasm/
H A Dnxt_wasm.c122 SET_REQ_MEMBER(local_addr, local_addr); in nxt_wasm_request_handler()
/unit/src/java/
H A Dnxt_jni_Request.c464 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 Dnxt_unit_app_test.c228 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 Dunit.cpp660 set_named_property(res, "localAddress", r->local_addr, in create_socket()
/unit/src/python/
H A Dnxt_python_wsgi.c639 RC(nxt_python_add_sptr(pctx, nxt_py_server_addr_str, &r->local_addr, in nxt_python_get_environ()
H A Dnxt_python_asgi.c753 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 Dnxt_ruby.c755 nxt_ruby_add_sptr(hash_env, nxt_rb_server_addr_str, &r->local_addr, in nxt_ruby_read_request()
/unit/src/perl/
H A Dnxt_perl_psgi.c675 &r->local_addr, r->local_addr_length)); in nxt_perl_psgi_env_create()