Home
last modified time | relevance | path

Searched refs:used (Results 1 – 10 of 10) sorted by relevance

/unit/src/
H A Dnxt_sha1.c34 size_t used, free; in nxt_sha1_update() local
36 used = (size_t) (ctx->bytes & 0x3f); in nxt_sha1_update()
39 if (used) { in nxt_sha1_update()
40 free = 64 - used; in nxt_sha1_update()
47 memcpy(&ctx->buffer[used], data, free); in nxt_sha1_update()
65 size_t used, free; in nxt_sha1_final() local
67 used = (size_t) (ctx->bytes & 0x3f); in nxt_sha1_final()
69 ctx->buffer[used++] = 0x80; in nxt_sha1_final()
71 free = 64 - used; in nxt_sha1_final()
74 nxt_memzero(&ctx->buffer[used], free); in nxt_sha1_final()
[all …]
H A Dnxt_h1proto.c717 size_t size, used; in nxt_h1p_header_buffer_test() local
724 used = nxt_buf_mem_used_size(&in->mem); in nxt_h1p_header_buffer_test()
726 if (size <= used || h1p->nbuffers >= skcf->large_header_buffers) { in nxt_h1p_header_buffer_test()
735 b->mem.free = nxt_cpymem(b->mem.pos, in->mem.pos, used); in nxt_h1p_header_buffer_test()
/unit/tools/
H A DREADME.md31 * [jq](https://stedolan.github.io/jq/) is used to prettify JSON output, if
37 …ually not required to specify a HTTP method. `GET` is used to read the configuration. `PUT` is use…
H A Dsetup-unit236 the script tries to find it. This value is used by subcommands.
252 if both are specified, the command-line option is used.
/unit/src/java/nginx/unit/websocket/
H A DWsRemoteEndpointImplBase.java931 private volatile boolean used = false; field in WsRemoteEndpointImplBase.WsOutputStream
944 used = true; in write()
965 used = true; in write()
1008 if (!Constants.STREAMS_DROP_EMPTY_MESSAGES || used) { in doWrite()
1024 private volatile boolean used = false; field in WsRemoteEndpointImplBase.WsWriter
1044 used = true; in write()
1085 if (!Constants.STREAMS_DROP_EMPTY_MESSAGES || used) { in doWrite()
H A DLocalStrings.properties51 # Note the wsFrame.* messages are used as close reasons in WebSocket control
80 wsHandshakeRequest.invalidUri=The string [{0}] cannot be used to construct a valid URI
99 # Note the following message is used as a close reason in a WebSocket control
121 # Note the following message is used as a close reason in a WebSocket control
/unit/
H A DCHANGES297 fastcgi_finish_request() was used with the "auto_globals_jit" option
371 isolation was used; the bug had appeared in 1.21.0.
374 reconfiguring an app that used WebSocket.
383 isolation is used.
612 handler was used.
716 *) Change: now three numbers are always used for versioning: major,
967 application option should be used instead.
/unit/pkg/deb/debian.module/
H A Dcopyright.unit-jsc-common164 or through a medium customarily used for software exchange.
502 Software, prior Modifications used by a Contributor (if any),
650 used for software exchange.
815 documentation" as such terms are used in 48 C.F.R. 12.212
/unit/pkg/rpm/rpmbuild/SOURCES/
H A DCOPYRIGHT.unit-jsc-common164 or through a medium customarily used for software exchange.
502 Software, prior Modifications used by a Contributor (if any),
650 used for software exchange.
815 documentation" as such terms are used in 48 C.F.R. 12.212
/unit/docs/
H A Dunit-openapi.yaml1760 used with the `{listenerName}` listener."
1838 used with the `{listenerName}` listener."
2001 used with the `{listenerName}` listener."
2571 for trusted addresses, used by the `{listenerName}` listener for
2605 string array defines address patterns for trusted addresses, used by
5439 description: "pathname of the directory to be used as the new
5923 description: "URI; used if the return value implies redirection."