Searched refs:used (Results 1 – 7 of 7) sorted by relevance
/unit/src/ |
H A D | nxt_sha1.c | 34 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 D | nxt_h1proto.c | 707 size_t size, used; in nxt_h1p_header_buffer_test() local 714 used = nxt_buf_mem_used_size(&in->mem); in nxt_h1p_header_buffer_test() 716 if (size <= used || h1p->nbuffers >= skcf->large_header_buffers) { in nxt_h1p_header_buffer_test() 725 b->mem.free = nxt_cpymem(b->mem.pos, in->mem.pos, used); in nxt_h1p_header_buffer_test()
|
/unit/src/java/nginx/unit/websocket/ |
H A D | WsRemoteEndpointImplBase.java | 931 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 D | LocalStrings.properties | 51 # 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 D | CHANGES | 149 fastcgi_finish_request() was used with the "auto_globals_jit" option 223 isolation was used; the bug had appeared in 1.21.0. 226 reconfiguring an app that used WebSocket. 235 isolation is used. 464 handler was used. 568 *) Change: now three numbers are always used for versioning: major, 819 application option should be used instead.
|
/unit/pkg/deb/debian.module/ |
H A D | copyright.unit-jsc-common | 164 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 D | COPYRIGHT.unit-jsc-common | 164 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
|