Home
last modified time | relevance | path

Searched refs:u (Results 1 – 25 of 73) sorted by last modified time

123

/unit/src/
H A Dnxt_controller.c414 if (msg->u.new_port->type != NXT_PROCESS_ROUTER in nxt_controller_process_new_port_handler()
695 if (ls->sockaddr->u.sockaddr.sa_family == AF_UNIX) { in nxt_runtime_controller_socket()
696 const char *path = ls->sockaddr->u.sockaddr_un.sun_path; in nxt_runtime_controller_socket()
H A Dnxt_socket_msg.h16 #define NXT_CRED_GETPID(u) (u->pid) argument
23 #define NXT_CRED_GETPID(u) (u->cmcred_pid) argument
H A Dnxt_main_process.c201 offsetof(nxt_common_app_conf_t, u.python.home),
286 offsetof(nxt_common_app_conf_t, u.ruby.hooks),
407 port = msg->u.new_port; in nxt_main_new_port_handler()
1202 if (sa->u.sockaddr.sa_family == AF_INET6) { in nxt_main_listening_socket()
1220 if (sa->u.sockaddr.sa_family == AF_UNIX) { in nxt_main_listening_socket()
1259 if (sa->u.sockaddr.sa_family == AF_UNIX in nxt_main_listening_socket()
1260 && sa->u.sockaddr_un.sun_path[0] != '\0') in nxt_main_listening_socket()
1266 filename = sa->u.sockaddr_un.sun_path; in nxt_main_listening_socket()
1308 filename = sa->u.sockaddr_un.sun_path; in nxt_main_port_socket_unlink_handler()
1319 if (sa->u.sockaddr.sa_family != AF_UNIX in nxt_main_port_socket_unlink_handler()
[all …]
H A Dnxt_conn_write.c51 sb.tls = c->u.tls; in nxt_conn_io_write()
H A Dnxt_router.c680 port = msg->u.new_port; in nxt_router_new_port_handler()
1031 } u; in nxt_router_app_process_remove_pid() local
1033 u.data = data; in nxt_router_app_process_remove_pid()
1050 msg->u.data); in nxt_router_remove_pid_handler()
2657 action->u.conf = conf; in nxt_router_application_init()
2727 switch (sa->u.sockaddr.sa_family) { in nxt_router_socket_conf()
3115 port = msg->u.new_port; in nxt_router_app_prefork_ready()
3884 if (sa->u.sockaddr.sa_family != AF_UNIX in nxt_router_listen_socket_release()
3885 || sa->u.sockaddr_un.sun_path[0] == '\0') in nxt_router_listen_socket_release()
4431 port = msg->u.new_port; in nxt_router_app_port_ready()
[all …]
H A Dnxt_application.h136 } u; member
H A Dnxt_conf_validation.c66 } u; member
641 .u.string = "method",
650 .u.string = "host",
663 .u.string = "uri"
668 .u.string = "query"
677 .u.string = "headers"
682 .u.string = "cookies"
753 .u.string = "chroot",
833 .u.string = "module",
896 .u.string = "root",
[all …]
H A Dnxt_http_static.c94 action->u.conf = conf; in nxt_http_static_init()
239 conf = ctx->action->u.conf; in nxt_http_static_iterate()
327 conf = action->u.conf; in nxt_http_static_send_ready()
686 conf = action->u.conf; in nxt_http_static_next()
H A Dnxt_http_route.c70 } u; member
104 } u; member
816 rule->u.name.hash = hash; in nxt_http_route_rule_name_create()
817 rule->u.name.start = name->start; in nxt_http_route_rule_name_create()
969 pattern->u.pattern_slices = NULL; in nxt_http_route_pattern_create()
1003 pattern->u.regex = re; in nxt_http_route_pattern_create()
1325 tstr = action->u.tstr; in nxt_http_pass_var()
1498 action->u.route = *route; in nxt_http_route_find()
1571 route = start->u.route; in nxt_http_route_handler()
1770 sin = &sa->u.sockaddr_in; in nxt_http_route_addr_pattern_match()
[all …]
/unit/src/wasm/
H A Dnxt_wasm.c251 c = &conf->u.wasm; in nxt_wasm_setup()
/unit/pkg/docker/
H A DDockerfile.python3.1118 && hg clone -u 1.31.0-1 https://hg.nginx.org/unit \
H A DDockerfile.minimal18 && hg clone -u 1.31.0-1 https://hg.nginx.org/unit \
H A DDockerfile.jsc1118 && hg clone -u 1.31.0-1 https://hg.nginx.org/unit \
H A DDockerfile.perl5.3818 && hg clone -u 1.31.0-1 https://hg.nginx.org/unit \
H A DDockerfile.node2018 && hg clone -u 1.31.0-1 https://hg.nginx.org/unit \
H A DDockerfile.go1.2118 && hg clone -u 1.31.0-1 https://hg.nginx.org/unit \
H A DDockerfile.node1818 && hg clone -u 1.31.0-1 https://hg.nginx.org/unit \
H A DDockerfile.perl5.3618 && hg clone -u 1.31.0-1 https://hg.nginx.org/unit \
H A DDockerfile.ruby3.218 && hg clone -u 1.31.0-1 https://hg.nginx.org/unit \
H A DDockerfile.wasm18 && hg clone -u 1.31.0-1 https://hg.nginx.org/unit \
H A DDockerfile.php8.218 && hg clone -u 1.31.0-1 https://hg.nginx.org/unit \
H A DDockerfile.go1.2018 && hg clone -u 1.31.0-1 https://hg.nginx.org/unit \
H A Dtemplate.Dockerfile18 && hg clone -u @@VERSION@@-@@PATCHLEVEL@@ https://hg.nginx.org/unit \
/unit/auto/
H A Dmake400 install -p -m u=rw,go=r $NXT_BUILD_DIR/lib/$NXT_LIB_UNIT_STATIC \
404 install -p -m u=rw,go=r $NXT_BUILD_DIR/share/pkgconfig/unit.pc \
408 install -p -m u=rw,go=r src/nxt_unit.h \
/unit/auto/modules/
H A Dwasm80 set +u
88 set -u

123