Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 50) sorted by relevance

12

/unit/src/
H A Dnxt_sha1.c21 ctx->a = 0x67452301; in nxt_sha1_init()
94 result[0] = (u_char) (ctx->a >> 24); in nxt_sha1_final()
95 result[1] = (u_char) (ctx->a >> 16); in nxt_sha1_final()
96 result[2] = (u_char) (ctx->a >> 8); in nxt_sha1_final()
97 result[3] = (u_char) ctx->a; in nxt_sha1_final()
135 (a) = temp;
158 uint32_t a, b, c, d, e, temp; in nxt_sha1_body() local
166 a = ctx->a; in nxt_sha1_body()
173 saved_a = a; in nxt_sha1_body()
278 a += saved_a; in nxt_sha1_body()
[all …]
H A Dnxt_clang.h69 #define nxt_prefetch(a) \ argument
70 __builtin_prefetch(a)
74 #define nxt_prefetch(a) argument
242 #define nxt_align_size(d, a) \ argument
243 (((d) + ((size_t) (a) - 1)) & ~((size_t) (a) - 1))
246 #define nxt_align_ptr(p, a) \ argument
247 (u_char *) (((uintptr_t) (p) + ((uintptr_t) (a) - 1)) \
248 & ~((uintptr_t) (a) - 1))
250 #define nxt_trunc_ptr(p, a) \ argument
251 (u_char *) ((uintptr_t) (p) & ~((uintptr_t) (a) - 1))
H A Dnxt_unicode_lowcase.pl31 for my $block (sort { $a <=> $b } keys %blocks) {
52 for my $block (sort { $a <=> $b } keys %blocks) {
H A Dnxt_sha1.h14 uint32_t a, b, c, d, e; member
/unit/
H A DCONTRIBUTING.md3 The following is a set of guidelines for contributing to NGINX Unit. We do
9 - [Ask a Question](#ask-a-question)
20 ## Ask a Question
23 the label `question`. You can also ask a question on
31 ### Report a Bug
39 To report a non-security bug, open an
54 ### Open a Pull Request
59 like to implement a new feature, please consider creating a feature request
60 issue first to start a discussion about the feature.
66 rebasing locally and squashing before submitting a PR
[all …]
H A DREADME.md7 NGINX Unit is a lightweight and versatile open-source server that has
13 Unit compresses several layers of the modern application stack into a potent,
15 is intended as a universal building block for any web architecture regardless
21 achieve that with a complex, asynchronous, multithreading architecture
44 For a description of image tags, see the
72 ## Running a Hello World App
74 Unit runs apps in a
76 Let's consider a basic example,
79 Suppose you saved a PHP script as `/www/helloworld/index.php`:
100 usually available by default via a Unix domain socket:
[all …]
H A DCHANGES11 *) Feature: $request_id variable contains a string that is formed using
12 random data and can be used as a unique request identifier.
73 *) Bugfix: chunk argument of ServerResponse.write() can now be a
183 *) Bugfix: PHP directory URLs without a trailing '/' would give a 503
184 error (fixed with a 301 re-direct).
344 configuration contained a full-form IPv6 in a listener address.
373 *) Bugfix: the router process could crash while closing a TLS
408 information about a certificate with a non-DNS SAN entry.
633 *) Feature: a "fallback" option that performs an alternative action if a
826 in a segmentation fault or other unspecified behavior
[all …]
H A D.mailmap2 Alejandro Colomar <alx@kernel.org> <a.colomar@f5.com>
6 Andrew Clayton <a.clayton@nginx.com> <andrew@digital-domain.net>
7 Andrew Clayton <a.clayton@nginx.com> <a.clayton@f5.com>
H A DLICENSE32 transformation or translation of a Source form, including but
37 Object form, made available under the License, as indicated by a
68 this License, each Contributor hereby grants to You a perpetual,
75 this License, each Contributor hereby grants to You a perpetual,
83 institute patent litigation against any entity (including a
84 cross-claim or counterclaim in a lawsuit) alleging that the Work
95 (a) You must give any other recipients of the Work or
96 Derivative Works a copy of this License; and
107 (d) If the Work includes a "NOTICE" text file as part of its
115 within a display generated by the Derivative Works, if and
[all …]
H A DCODE_OF_CONDUCT.md7 our community a harassment-free experience for everyone, regardless of age, body
14 Examples of behavior that contributes to creating a positive environment
29 - Publishing others' private information, such as a physical or electronic
31 - Other conduct which could reasonably be considered inappropriate in a
50 representing a project or community include using an official project e-mail
52 representative at an online or offline event. Representation of a project may be
59 complaints will be reviewed and investigated and will result in a response that
/unit/auto/os/
H A Dconf34 NXT_LIB_STATIC="libnxt.a"
58 NXT_LIB_STATIC="libnxt.a"
89 NXT_LIB_STATIC="libnxt.a"
118 NXT_LIB_STATIC="libnxt.a"
142 NXT_LIB_STATIC="libnxt.a"
164 NXT_LIB_STATIC="libnxt.a"
186 NXT_LIB_STATIC="libnxt.a"
207 NXT_LIB_STATIC="libnxt.a"
228 NXT_LIB_STATIC="libnxt.a"
249 NXT_LIB_STATIC="libnxt.a"
[all …]
/unit/test/node/write_callback/
H A Dapp.js6 var a = 'world';
8 a = 'blah';
11 res.end(a);
/unit/src/java/nginx/unit/websocket/
H A DLocalStrings.properties6 # the License. You may obtain a copy of the License at
30 …ateRead=Flag that indicates a read is in progress was found to be false (it should have been true)…
31 …teWrite=Flag that indicates a write is in progress was found to be false (it should have been true…
39 perMessageDeflate.deflateFailed=Failed to decompress a compressed WebSocket frame
53 # Messages are encoded using UTF-8 where a single character may be encoded in
59 wsFrame.closed=New frame received after a close control frame
71 wsFrame.oneByteCloseCode=The client sent a close frame with a single byte payload which is not valid
99 # Note the following message is used as a close reason in a WebSocket control
101 # Messages are encoded using UTF-8 where a single character may be encoded in
121 # Note the following message is used as a close reason in a WebSocket control
[all …]
/unit/tools/
H A Dsetup-unit15 running on macOS. We recommend that you either install a newer version
51 Run '$0 COMMAND -h' for more information on a command.
59 Create an initial configuration to serve a welcome web page
99 Run '$0 COMMAND -h' for more information on a command.
110 Insert a JSON element read from standard input into a JSON
111 array read from a file at a given INDEX.
240 Run '$0 ctl SUBCOMMAND -h' for more information on a
259 The socket can be a tcp(7) socket or a unix(7) socket; in
918 JSON Path to a JSON file containing a top-level array.
923 Insert a JSON element read from standard input into a JSON array read
[all …]
H A DREADME.md18 * `setup-unit welcome` creates an initial configuration to serve a welcome
37 …required to specify a HTTP method. `GET` is used to read the configuration. `PUT` is used when mak…
43 Options are case insensitive and can appear in any order. For example, a
45 followed by `delete` in a subsequent command.
48 configuration URI in a text editor, in YAML format.
/unit/pkg/deb/debian.module/
H A Dcopyright.unit-jsc-common5 Java is a registered trademark of Oracle and/or its affiliates.
153 and fitness for a particular purpose;
164 or through a medium customarily used for software exchange.
168 a) it must be made available under this Agreement; and
184 includes the Program in a commercial product offering should do so in a manner
186 if a Contributor includes the Program in a commercial product offering, such
201 For example, a Contributor might include the Program in a commercial product
381 Derivative Works a copy of this License; and
479 You may obtain a copy of the License at
649 form in a reasonable manner on or through a medium customarily
[all …]
/unit/pkg/rpm/rpmbuild/SOURCES/
H A DCOPYRIGHT.unit-jsc-common5 Java is a registered trademark of Oracle and/or its affiliates.
153 and fitness for a particular purpose;
164 or through a medium customarily used for software exchange.
168 a) it must be made available under this Agreement; and
184 includes the Program in a commercial product offering should do so in a manner
186 if a Contributor includes the Program in a commercial product offering, such
201 For example, a Contributor might include the Program in a commercial product
381 Derivative Works a copy of this License; and
479 You may obtain a copy of the License at
649 form in a reasonable manner on or through a medium customarily
[all …]
H A DCOPYRIGHT.unit-jsc1128 You may obtain a copy of the License at
41 Java is a registered trademark of Oracle and/or its affiliates.
/unit/test/java/welcome_files/dir2/
H A Ddefault.jsp2 <html><body><p>You should see this on <a href="/dir2/">/dir2/</a> URL.</p></body></html>
/unit/src/test/
H A Dnxt_malloc_test.c25 size_t a, s, alignment; in nxt_malloc_run_test() local
41 a = 0; in nxt_malloc_run_test()
44 a++; in nxt_malloc_run_test()
48 alignment = nxt_min(alignment, a); in nxt_malloc_run_test()
H A Dnxt_cq_test.c342 char *a; in main() local
356 a = argv[i]; in main()
358 if (strcmp(a, "-v") == 0) { in main()
363 if (strcmp(a, "-n") == 0 && (i + 1) < argc) { in main()
368 if (strcmp(a, "--enq") == 0 && (i + 1) < argc) { in main()
373 if (strcmp(a, "--deq") == 0 && (i + 1) < argc) { in main()
388 if (strcmp(a, "--ed") == 0 && (i + 1) < argc) { in main()
393 if (strcmp(a, "--cas") == 0 && (i + 1) < argc) { in main()
398 if (strcmp(a, "--faa") == 0 && (i + 1) < argc) { in main()
403 if (strcmp(a, "--obj") == 0 && (i + 1) < argc) { in main()
[all …]
/unit/docs/
H A Dunit-openapi.yaml1234 each is a unique combination of a host IP address (or a `*` wildcard to
1794 summary: "Add a new tickets array item in a listener"
1903 summary: "Retrieve a ticket array item in a listener"
1974 summary: "Delete a ticket array item in a listener"
2033 summary: "Add a new certificate array item in a listener"
2165 summary: "Update a certificate array item in a listener"
2204 summary: "Delete a certificate array item in a listener"
2603 summary: "Add a new source array item in a listener"
2705 summary: "Retrieve a source array item in a listener"
2737 summary: "Update a source array item in a listener"
[all …]
/unit/test/
H A Dtest_configuration.py331 for a in range(apps)
335 for a in range(apps)
443 for a in range(100)
/unit/pkg/deb/debian/
H A Drules.in78 $(MAKE) -C $(BUILDDIR_$*) build/lib/libunit.a
124 …44 $(BUILDDIR_unit_debug)/build/lib/libunit.a $(INSTALLDIR_dev)/usr/lib/$(DEB_HOST_MULTIARCH)/libu…
132 …pkg/contrib/libunit-wasm/src/c/libunit-wasm.a $(INSTALLDIR_dev)/usr/lib/$(DEB_HOST_MULTIARCH)/libu…
/unit/pkg/rpm/
H A Dunit.spec.in56 NGINX Unit is a runtime and delivery environment for modern distributed
91 %{__make} %{?_smp_mflags} build/lib/libunit.a
119 %{__install} -m644 %{bdir}/build-debug/lib/libunit.a \
120 %{buildroot}%{_libdir}/libunit-debug.a
147 %{__install} -m 644 pkg/contrib/libunit-wasm/src/c/libunit-wasm.a %{buildroot}%{_libdir}/
234 %{_libdir}/libunit.a
235 %{_libdir}/libunit-debug.a
237 %{_libdir}/libunit-wasm.a

12