/unit/src/ |
H A D | nxt_http_route.c | 201 nxt_http_action_t *action); 1298 var = action->u.var; in nxt_http_pass_var() 1315 action->u.pass = nxt_pointer_to(action, sizeof(nxt_http_action_t)); in nxt_http_pass_var() 1340 action = data; in nxt_http_pass_var_ready() 1345 ret = nxt_http_pass_find(r->mem_pool, rtcf, action->u.pass, action); in nxt_http_pass_var_ready() 1501 action->handler = NULL; in nxt_http_action_create() 1508 return action; in nxt_http_action_create() 1527 return action; in nxt_http_pass_application() 1545 if (action != NULL) { in nxt_http_route_handler() 1546 return action; in nxt_http_route_handler() [all …]
|
H A D | nxt_upstream.c | 13 nxt_http_request_t *r, nxt_http_action_t *action); 76 nxt_http_action_t *action) in nxt_upstream_find() argument 90 action->u.upstream_number = i; in nxt_upstream_find() 91 action->handler = nxt_upstream_handler; in nxt_upstream_find() 142 nxt_http_action_t *action) in nxt_upstream_handler() argument 146 u = r->conf->upstreams[action->u.upstream_number]; in nxt_upstream_handler()
|
H A D | nxt_http_return.c | 24 nxt_http_request_t *r, nxt_http_action_t *action); 35 nxt_http_return_init(nxt_mp_t *mp, nxt_http_action_t *action, in nxt_http_return_init() argument 46 action->handler = nxt_http_return; in nxt_http_return_init() 47 action->u.conf = conf; in nxt_http_return_init() 73 nxt_http_action_t *action) in nxt_http_return() argument 79 conf = action->u.conf; in nxt_http_return()
|
H A D | nxt_http_static.c | 32 nxt_http_action_t *action; member 91 action->handler = nxt_http_static; in nxt_http_static_init() 92 action->u.conf = conf; in nxt_http_static_init() 187 nxt_http_action_t *action) in nxt_http_static() argument 215 ctx->action = action; in nxt_http_static() 232 conf = ctx->action->u.conf; in nxt_http_static_iterate() 308 nxt_http_action_t *action; in nxt_http_static_send_ready() local 316 action = ctx->action; in nxt_http_static_send_ready() 317 conf = action->u.conf; in nxt_http_static_send_ready() 675 action = ctx->action; in nxt_http_static_next() [all …]
|
H A D | nxt_router.h | 66 } action; member 166 nxt_http_action_t *action; member 233 nxt_http_action_t *action); 236 nxt_str_t *target, nxt_http_action_t *action);
|
H A D | nxt_http.h | 240 nxt_http_action_t *action); 363 nxt_conf_value_t *cv, nxt_http_action_t *action); 365 nxt_http_action_t *action); 372 nxt_int_t nxt_http_return_init(nxt_mp_t *mp, nxt_http_action_t *action, 376 nxt_http_action_t *action, nxt_http_action_conf_t *acf); 384 nxt_http_request_t *r, nxt_http_action_t *action); 386 nxt_http_action_t *action); 390 nxt_int_t nxt_http_proxy_init(nxt_mp_t *mp, nxt_http_action_t *action,
|
H A D | nxt_http_proxy.c | 25 nxt_http_request_t *r, nxt_http_action_t *action); 53 nxt_http_proxy_init(nxt_mp_t *mp, nxt_http_action_t *action, in nxt_http_proxy_init() argument 95 action->u.upstream = up; in nxt_http_proxy_init() 96 action->handler = nxt_http_proxy; in nxt_http_proxy_init() 105 nxt_http_action_t *action) in nxt_http_proxy() argument 109 u = action->u.upstream; in nxt_http_proxy()
|
H A D | nxt_http_request.c | 538 nxt_http_action_t *action; in nxt_http_request_ready() local 542 action = r->conf->socket_conf->action; in nxt_http_request_ready() 544 nxt_http_request_action(task, r, action); in nxt_http_request_ready() 550 nxt_http_action_t *action) in nxt_http_request_action() argument 552 if (nxt_fast_path(action != NULL)) { in nxt_http_request_action() 555 action = action->handler(task, r, action); in nxt_http_request_action() 557 if (action == NULL) { in nxt_http_request_action() 561 if (action == NXT_HTTP_ACTION_ERROR) { in nxt_http_request_action() 574 nxt_http_action_t *action) in nxt_http_application_handler() argument 591 nxt_router_process_http_request(task, r, action); in nxt_http_application_handler()
|
H A D | nxt_conf.c | 856 op->action = NXT_CONF_OP_PASS; in nxt_conf_op_compile() 866 op->action = NXT_CONF_OP_DELETE; in nxt_conf_op_compile() 880 op->action = NXT_CONF_OP_PASS; in nxt_conf_op_compile() 890 op->action = NXT_CONF_OP_CREATE; in nxt_conf_op_compile() 897 op->action = NXT_CONF_OP_REPLACE; in nxt_conf_op_compile() 903 op->action = NXT_CONF_OP_CREATE; in nxt_conf_op_compile() 1010 if (op->action == NXT_CONF_OP_CREATE) { in nxt_conf_copy_array() 1013 } else if (op->action == NXT_CONF_OP_DELETE) { in nxt_conf_copy_array() 1060 switch (op->action) { in nxt_conf_copy_array() 1111 if (op->action == NXT_CONF_OP_CREATE) { in nxt_conf_copy_object() [all …]
|
H A D | nxt_router.c | 234 nxt_port_t *port, nxt_apr_action_t action); 2425 nxt_str_t *target, nxt_http_action_t *action) in nxt_router_application_init() argument 2442 action->handler = nxt_http_application_handler; in nxt_router_application_init() 2443 action->u.conf = conf; in nxt_router_application_init() 3009 recf->action = NXT_ROUTER_ENGINE_KEEP; in nxt_router_engines_create() 3032 recf->action = NXT_ROUTER_ENGINE_ADD; in nxt_router_engines_create() 3318 switch (recf->action) { in nxt_router_engines_post() 4801 nxt_apr_action_t action) in nxt_router_app_port_release() argument 4814 switch (action) { in nxt_router_app_port_release() 5270 nxt_http_action_t *action) in nxt_router_process_http_request() argument [all …]
|
H A D | nxt_conn.h | 158 const char *action; member
|
H A D | nxt_conf_validation.c | 1484 nxt_conf_value_t *action; in nxt_conf_vldt_action() local 1501 action = nxt_conf_get_object_member(value, &actions[i].name, NULL); in nxt_conf_vldt_action() 1503 if (action == NULL) { in nxt_conf_vldt_action()
|
/unit/test/ |
H A D | conftest.py | 34 action="store_true", 40 action="store_true", 46 action="store_true", 52 action="store_true", 69 action="store_true",
|
/unit/ |
H A D | CHANGES | 8 action. 11 "return" action. 376 *) Feature: a "return" action with optional "location" for immediate 405 *) Feature: a "fallback" option that performs an alternative action if a
|
/unit/pkg/deb/debian.module/ |
H A D | copyright.unit-jsc-common | 239 remainder of the terms of this Agreement, and without further action by the 278 Agreement will bring a legal action under this Agreement more than one year 279 after the cause of action arose. Each party waives its rights to a jury trial
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | COPYRIGHT.unit-jsc-common | 239 remainder of the terms of this Agreement, and without further action by the 278 Agreement will bring a legal action under this Agreement more than one year 279 after the cause of action arose. Each party waives its rights to a jury trial
|