Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 16 of 16) sorted by relevance

/unit/src/java/nginx/unit/
H A DOutputStream.java43 public void flush() in flush() method in OutputStream
45 flush(req_info_ptr); in flush()
48 private static native void flush(long req_info_ptr); in flush() method in OutputStream
H A DResponse.java551 writer.flush(); in flushBuffer()
555 outputStream.flush(); in flushBuffer()
/unit/src/
H A Dnxt_sendbuf.c216 nxt_bool_t flush; in nxt_sendbuf_copy_coalesce() local
244 flush = nxt_sendbuf_copy(bm, b, &copied); in nxt_sendbuf_copy_coalesce()
246 nxt_log_debug(c->socket.log, "sendbuf copy:%uz fl:%b", copied, flush); in nxt_sendbuf_copy_coalesce()
248 if (flush == 0) { in nxt_sendbuf_copy_coalesce()
298 nxt_bool_t flush; in nxt_sendbuf_copy() local
300 flush = 0; in nxt_sendbuf_copy()
320 flush |= nxt_buf_is_flush(b) || nxt_buf_is_last(b); in nxt_sendbuf_copy()
326 return flush; in nxt_sendbuf_copy()
/unit/test/python/errors_write/
H A Dwsgi.py3 environ['wsgi.errors'].flush()
/unit/test/python/atexit/
H A Dwsgi.py7 environ['wsgi.errors'].flush()
/unit/test/python/log_body/
H A Dwsgi.py6 environ['wsgi.errors'].flush()
/unit/test/python/close/
H A Dwsgi.py12 self.environ['wsgi.errors'].flush()
/unit/test/python/close_error/
H A Dwsgi.py12 self.environ['wsgi.errors'].flush()
/unit/test/ruby/errors_write/
H A Dconfig.ru3 env['rack.errors'].flush
/unit/test/python/threading/
H A Dwsgi.py15 sys.stderr.flush()
H A Dasgi.py15 sys.stderr.flush()
/unit/test/java/mirror/
H A Dapp.java35 out.flush(); in doPost()
/unit/src/java/nginx/unit/websocket/
H A DWsRemoteEndpointImplBase.java946 flush(); in write()
967 flush(); in write()
975 flush(); in write()
982 public void flush() throws IOException { in flush() method in WsRemoteEndpointImplBase.WsOutputStream
1046 flush(); in write()
1054 flush(); in write()
1061 public void flush() throws IOException { in flush() method in WsRemoteEndpointImplBase.WsWriter
H A DPerMessageDeflate.java342 int flush = (uncompressedPart.isFin() ? Deflater.SYNC_FLUSH : Deflater.NO_FLUSH); in sendMessagePart() local
350 compressedPayload.remaining(), flush); in sendMessagePart()
H A DLocalStrings.properties90 …d=Batched messages still enabled after session has been closed. Unable to flush remaining batched …
112 wsSession.flushFailOnClose=Failed to flush batched messages on session close
/unit/test/unit/
H A Dlog.py76 sys.stdout.flush()