Home
last modified time | relevance | path

Searched defs:read (Results 1 – 15 of 15) sorted by relevance

/unit/src/java/nginx/unit/
H A DInputStream.java52 public int read() throws IOException in read() method in InputStream
57 private static native int read(long req_info_ptr); in read() method in InputStream
61 public int read(byte b[], int off, int len) throws IOException { in read() method in InputStream
73 private static native int read(long req_info_ptr, byte b[], int off, int len); in read() method in InputStream
H A DContext.java327 int read = is.read(buffer); in doGet() local
/unit/src/java/nginx/unit/websocket/
H A DAsyncChannelWrapper.java33 Future<Integer> read(ByteBuffer dst); in read() method
35 <B,A extends B> void read(ByteBuffer dst, A attachment, in read() method
H A DAsyncChannelWrapperNonSecure.java45 public Future<Integer> read(ByteBuffer dst) { in read() method in AsyncChannelWrapperNonSecure
50 public <B,A extends B> void read(ByteBuffer dst, A attachment, in read() method in AsyncChannelWrapperNonSecure
H A DAsyncChannelWrapperSecure.java78 public Future<Integer> read(ByteBuffer dst) { in read() method in AsyncChannelWrapperSecure
94 public <B,A extends B> void read(ByteBuffer dst, A attachment, in read() method in AsyncChannelWrapperSecure
258 int read = 0; in run() local
H A DWsWebSocketContainer.java802 Future<Integer> read = channel.read(response); in processResponse() local
/unit/test/python/upload/
H A Dwsgi.py5 def read(environ): function
/unit/test/java/multipart/
H A Dapp.java52 int read = 0; in doPost() local
/unit/src/perl/
H A Dnxt_perl_psgi_layer.h22 SSize_t (*read)(PerlInterpreter *my_perl, member
/unit/src/
H A Dnxt_fd_event.h65 nxt_fd_event_state_t read:8; /* 3 bits. */ member
82 nxt_fd_event_state_t read:3; member
H A Dnxt_conn.h52 nxt_work_handler_t read; member
125 nxt_buf_t *read; member
H A Dnxt_unit.h190 nxt_unit_read_func_t read; member
H A Dnxt_controller.c907 size_t read; in nxt_controller_conn_body_read() local
H A Dnxt_unit.c3216 size_t rest, copy, read; in nxt_unit_buf_read() local
6036 int res, read; in nxt_unit_ctx_port_recv() local
/unit/test/unit/
H A Dlog.py88 def read(*args, **kwargs): member in Log