Home
last modified time | relevance | path

Searched refs:n (Results 151 – 169 of 169) sorted by relevance

1234567

/unit/src/
H A Dnxt_php_sapi.c460 nxt_uint_t n; in nxt_php_start() local
470 n = (c->targets != NULL) ? nxt_conf_object_members_count(c->targets) : 1; in nxt_php_start()
472 nxt_php_targets = nxt_zalloc(sizeof(nxt_php_target_t) * n); in nxt_php_start()
480 for (n = 0; /* void */; n++) { in nxt_php_start()
486 ret = nxt_php_set_target(task, &nxt_php_targets[n], value); in nxt_php_start()
H A Dnxt_router.c3205 n = 0; in nxt_router_engines_create()
3218 if (n < threads) { in nxt_router_engines_create()
3231 n++; in nxt_router_engines_create()
3234 tmcf->new_threads = n; in nxt_router_engines_create()
3236 while (n < threads) { in nxt_router_engines_create()
3254 n++; in nxt_router_engines_create()
3519 nxt_uint_t n; in nxt_router_engines_post() local
3525 for (n = tmcf->engines->nelts; n != 0; n--) { in nxt_router_engines_post()
4416 uint32_t n; in nxt_router_app_port_ready() local
4475 while (n > 0) { in nxt_router_app_port_ready()
[all …]
H A Dnxt_http_request.c218 nxt_off_t n, max_body_size; in nxt_http_request_content_length() local
226 n = nxt_off_t_parse(field->value, field->value_length); in nxt_http_request_content_length()
228 if (nxt_fast_path(n >= 0)) { in nxt_http_request_content_length()
229 r->content_length_n = n; in nxt_http_request_content_length()
233 if (nxt_slow_path(n > max_body_size)) { in nxt_http_request_content_length()
H A Dnxt_conf.h96 nxt_conf_map_t *map, nxt_uint_t n, void *data);
H A Dnxt_conf_validation.c1445 nxt_uint_t value_type, n, t; in nxt_conf_vldt_type() local
1466 n = nxt_popcount(type); in nxt_conf_vldt_type()
1468 if (n > 1) { in nxt_conf_vldt_type()
1472 comma = (n > 2); in nxt_conf_vldt_type()
1479 n--; in nxt_conf_vldt_type()
1481 if (n == 0) { in nxt_conf_vldt_type()
1489 if (n == 1) { in nxt_conf_vldt_type()
3027 nxt_uint_t n; in nxt_conf_vldt_targets() local
3029 n = nxt_conf_object_members_count(value); in nxt_conf_vldt_targets()
3031 if (n > 254) { in nxt_conf_vldt_targets()
H A Dnxt_http.h364 nxt_str_t *segments, nxt_uint_t n);
/unit/auto/modules/
H A Dgo56 $echo -n "checking for Go ..."
H A Djava73 if [ -n "${NXT_JAVA_HOME}" ]; then
87 $echo -n "checking for java executable ..."
104 $echo -n "checking java.home ..."
154 $echo -n "checking library path ..."
H A Dperl58 \$Config{version}, \"\\n\"'" >> $NXT_AUTOCONF_ERR 2>&1; then
H A Dphp67 $echo -n "checking for PHP ..."
H A Druby199 for path in `echo $NXT_RUBY_GEMPATH | tr ':' '\n'`; do
/unit/pkg/rpm/
H A Dunit.module.spec.in38 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
H A DMakefile159 export CR=\\n
235 s="`printf "Source%d: %s\n" $${i} $${src}`" ; \
H A Dunit.spec.in42 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
/unit/src/java/nginx/unit/
H A DContext.java313 for (String n : ls) { in doGet()
314 writer.println("<a href=\"" + n + "\">" + n + "</a><br>"); in doGet()
1488 NodeList n = elem.getElementsByTagName("param-name");
1489 if (n == null || n.getLength() != 1) {
1497 params.setInitParameter(n.item(0).getTextContent().trim(),
2422 for (String n : servletNames) {
2423 trace("FilterReg.addMappingForServletNames: ... " + n);
2425 ServletReg sreg = name2servlet_.get(n);
2427 sreg = new ServletReg(n);
2429 name2servlet_.put(n, sreg);
/unit/tools/
H A Dsetup-unit1198 …yrings/nginx-keyring.gpg] https://packages.nginx.org/unit/$os_name/ %s unit\n' \"$os_version\" | t…
1199 …yrings/nginx-keyring.gpg] https://packages.nginx.org/unit/$os_name/ %s unit\n' \"$os_version\" | t…
/unit/.github/workflows/
H A Dci.yml91 NJS_VERSION=$(sed -n "s/NJS_VERSION := \(.*\)/\1/p" pkg/contrib/src/njs/version)
/unit/pkg/deb/
H A DMakefile188 export CR=\\n
/unit/docs/
H A Dunit-openapi.yaml9 \n\n**Important**: Unit's API is designed to expose any part of its
11 object is stored at `/config/listeners/`:\n\n
19 ```\n
26 \n\n**Note**: By default, Unit is configured through a UNIX domain

1234567