Searched defs:off (Results 1 – 6 of 6) sorted by relevance
/unit/src/java/nginx/unit/ |
H A D | InputStream.java | 18 public int readLine(byte[] b, int off, int len) throws IOException { in readLine() 26 private static native int readLine(long req_info_ptr, byte[] b, int off, int len); in readLine() 61 public int read(byte b[], int off, int len) throws IOException { in read() 73 private static native int read(long req_info_ptr, byte b[], int off, int len); in read()
|
H A D | OutputStream.java | 26 public void write(byte b[], int off, int len) throws IOException in write() 40 private static native void write(long req_info_ptr, byte b[], int off, int len); in write()
|
/unit/src/java/ |
H A D | nxt_jni_InputStream.c | 91 jlong req_info_ptr, jarray out, jint off, jint len) in nxt_java_InputStream_readLine() 143 jarray b, jint off, jint len) in nxt_java_InputStream_read()
|
H A D | nxt_jni_OutputStream.c | 176 jarray b, jint off, jint len) in nxt_java_OutputStream_write()
|
/unit/src/java/nginx/unit/websocket/ |
H A D | WsRemoteEndpointImplBase.java | 952 public void write(byte[] b, int off, int len) throws IOException { in write() 1031 public void write(char[] cbuf, int off, int len) throws IOException { in write()
|
/unit/src/ |
H A D | nxt_conf.c | 590 off_t off; in nxt_conf_map_object() member
|