/unit/ |
H A D | CHANGES | 753 *) Bugfix: Python applications that use the write() callable did not 782 *) Bugfix: 503 error occurred if Go application did not write response
|
/unit/auto/modules/ |
H A D | php | 86 NXT_PHP_ADDITIONAL_FLAGS=-Wno-write-strings
|
/unit/pkg/deb/ |
H A D | Makefile.jsc10 | 57 write to this code. You should instead deploy and write production
|
H A D | Makefile.jsc11 | 57 write to this code. You should instead deploy and write production
|
H A D | Makefile.jsc16 | 57 write to this code. You should instead deploy and write production
|
H A D | Makefile.jsc17 | 57 write to this code. You should instead deploy and write production
|
H A D | Makefile.jsc18 | 57 write to this code. You should instead deploy and write production
|
H A D | Makefile.jsc8 | 57 write to this code. You should instead deploy and write production
|
/unit/src/java/ |
H A D | README.JSR-340 | 7 write to this code. You should instead deploy and write production
|
/unit/src/java/nginx/unit/ |
H A D | Context.java | 331 os.write(buffer, 0, read); in doGet()
|
H A D | OutputStream.java | 17 public void write(int b) throws IOException in write() method in OutputStream 19 write(req_info_ptr, b); in write() 22 private static native void write(long req_info_ptr, int b); in write() method in OutputStream 26 public void write(byte b[], int off, int len) throws IOException in write() method in OutputStream 37 write(req_info_ptr, b, off, len); in write() 40 private static native void write(long req_info_ptr, byte b[], int off, int len); in write() method in OutputStream
|
/unit/src/java/nginx/unit/websocket/ |
H A D | AsyncChannelWrapper.java | 38 Future<Integer> write(ByteBuffer src); in write() method 40 <B,A extends B> void write(ByteBuffer[] srcs, int offset, int length, in write() method
|
H A D | AsyncChannelWrapperNonSecure.java | 56 public Future<Integer> write(ByteBuffer src) { in write() method in AsyncChannelWrapperNonSecure 57 return socketChannel.write(src); in write() 61 public <B,A extends B> void write(ByteBuffer[] srcs, int offset, int length, in write() method in AsyncChannelWrapperNonSecure 64 socketChannel.write( in write()
|
H A D | AsyncChannelWrapperSecure.java | 111 public Future<Integer> write(ByteBuffer src) { in write() method in AsyncChannelWrapperSecure 130 public <B,A extends B> void write(ByteBuffer[] srcs, int offset, int length, in write() method in AsyncChannelWrapperSecure 224 socketChannel.write(socketWriteBuffer); in run() 377 socketChannel.write(socketWriteBuffer); in run()
|
H A D | LocalStrings.properties | 21 asyncChannelWrapperSecure.check.wrap=Bytes were consumed from the input during a write 23 asyncChannelWrapperSecure.concurrentWrite=Concurrent write operations are not permitted 26 asyncChannelWrapperSecure.readOverflow=Buffer overflow. [{0}] bytes to write into a [{1}] byte buff… 31 …ite=Flag that indicates a write is in progress was found to be false (it should have been true) wh… 113 wsSession.messageFailed=Unable to write the complete message as the WebSocket connection has been c…
|
H A D | WsRemoteEndpointImplBase.java | 216 tmsh.write(); in sendStringByCompletion() 460 obsh.write(); in writeMessagePart() 766 public void write() { in write() method in WsRemoteEndpointImplBase.TextMessageSendHandler 790 write(); in onResult() 827 public void write() { in write() method in WsRemoteEndpointImplBase.OutputBufferSendHandler 893 write(); in onResult() 938 public void write(int b) throws IOException { in write() method in WsRemoteEndpointImplBase.WsOutputStream 952 public void write(byte[] b, int off, int len) throws IOException { in write() method in WsRemoteEndpointImplBase.WsOutputStream 1031 public void write(char[] cbuf, int off, int len) throws IOException { in write() method in WsRemoteEndpointImplBase.WsWriter
|
H A D | WsRemoteEndpointImplClient.java | 62 channel.write(byteBuffer).get(timeout, TimeUnit.MILLISECONDS); in doWrite()
|
H A D | WsWebSocketContainer.java | 530 Future<Integer> fWrite = channel.write(request); in writeRequest() 535 fWrite = channel.write(request); in writeRequest()
|
/unit/src/nodejs/unit-http/ |
H A D | http_server.js | 299 ServerResponse.prototype.write = function write(chunk, encoding, callback) { method in ServerResponse
|
H A D | socket.js | 100 Socket.prototype.write = function write(data, encoding, callback) { method in Socket
|
/unit/src/ |
H A D | nxt_clone.c | 71 n = write(fd, str, strlen(str)); in nxt_clone_credential_setgroups() 110 n = write(mapfd, (char *)mapinfo, len); in nxt_clone_credential_map_write()
|
H A D | nxt_conn.c | 18 .write = nxt_conn_io_write,
|
H A D | nxt_conn.h | 60 nxt_work_handler_t write; member 130 nxt_buf_t *write; member 292 nxt_work_queue_add(&e->write_work_queue, c->io->write, \
|
H A D | nxt_conn_close.c | 37 c->write = NULL; in nxt_conn_close()
|
H A D | nxt_conn_proxy.c | 437 first = c->write; in nxt_conn_proxy_write_add() 440 c->write = b; in nxt_conn_proxy_write_add() 573 while (sink->write != NULL) { in nxt_conn_proxy_write_process() 575 wb = sink->write; in nxt_conn_proxy_write_process() 581 sink->write = NULL; in nxt_conn_proxy_write_process() 614 sink->write = wb->next; in nxt_conn_proxy_write_process() 715 if (sink->write == NULL) { in nxt_conn_proxy_close() 727 nxt_buf_chain_add(&sink->write, b); in nxt_conn_proxy_close() 875 || (sink->socket.closed && source->write == NULL)) in nxt_conn_proxy_shutdown() 917 sink->write = NULL; in nxt_conn_proxy_write_error() [all …]
|