Home
last modified time | relevance | path

Searched defs:off (Results 1 – 6 of 6) sorted by path

/unit/src/java/nginx/unit/
H A DInputStream.java18 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 DOutputStream.java26 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/nginx/unit/websocket/
H A DWsRemoteEndpointImplBase.java952 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/java/
H A Dnxt_jni_InputStream.c91 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 Dnxt_jni_OutputStream.c176 jarray b, jint off, jint len) in nxt_java_OutputStream_write()
/unit/src/
H A Dnxt_conf.c601 off_t off; in nxt_conf_map_object() member