/unit/go/ |
H A D | unit.go | 21 b C.uintptr_t member
|
/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 | 17 public void write(int b) throws IOException in write() 22 private static native void write(long req_info_ptr, int b); in write() 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/nginx/unit/websocket/ |
H A D | WsFrameBase.java | 149 int b = inputBuffer.get(); in processInitialHeader() local 666 protected static long byteArrayToLong(byte[] b, int start, int len) throws IOException { in byteArrayToLong()
|
H A D | WsRemoteEndpointImplBase.java | 938 public void write(int b) throws IOException { in write() 952 public void write(byte[] b, int off, int len) throws IOException { in write()
|
H A D | WsSession.java | 847 final ByteBuffer b = buf; in processFrame() local
|
/unit/src/java/ |
H A D | nxt_jni_InputStream.c | 129 uint8_t b; in nxt_java_InputStream_readByte() local 143 jarray b, jint off, jint len) in nxt_java_InputStream_read()
|
H A D | nxt_jni_OutputStream.c | 82 jint b) in nxt_java_OutputStream_writeByte() 176 jarray b, jint off, jint len) in nxt_java_OutputStream_write()
|
H A D | nxt_jni_Request.c | 759 uint8_t *b = (*env)->GetDirectBufferAddress(env, buf); in nxt_java_Request_sendWsFrameBuf() local 777 uint8_t *b = (*env)->GetPrimitiveArrayCritical(env, arr, NULL); in nxt_java_Request_sendWsFrameArr() local
|
/unit/src/ |
H A D | nxt_aix_send_file.c | 17 nxt_aix_event_conn_io_send_file(nxt_event_conn_t *c, nxt_buf_t *b, size_t limit) in nxt_aix_event_conn_io_send_file()
|
H A D | nxt_application.c | 160 nxt_buf_t *b; in nxt_discovery_start() local 206 nxt_buf_t *b; in nxt_discovery_modules() local 482 nxt_buf_t *b; in nxt_discovery_completion_handler() local
|
H A D | nxt_buf.c | 33 nxt_buf_t *b; in nxt_buf_mem_alloc() local 59 nxt_buf_t *b; in nxt_buf_mem_ts_alloc() local 98 nxt_buf_t *b; in nxt_buf_file_alloc() local 125 nxt_buf_t *b; in nxt_buf_mmap_alloc() local 145 nxt_buf_t *b; in nxt_buf_sync_alloc() local 166 nxt_buf_t *b, **prev; in nxt_buf_chain_add() local 179 nxt_buf_chain_length(nxt_buf_t *b) in nxt_buf_chain_length() 201 nxt_buf_t *b, *next, *parent; in nxt_buf_completion() local 243 nxt_buf_t *b; in nxt_buf_ts_handle() local 274 nxt_buf_t *b, *next, *parent; in nxt_buf_ts_completion() local [all …]
|
H A D | nxt_buf.h | 116 #define nxt_buf_is_mem(b) \ argument 120 #define nxt_buf_is_file(b) \ argument 123 #define nxt_buf_set_file(b) \ argument 126 #define nxt_buf_clear_file(b) \ argument 130 #define nxt_buf_is_mmap(b) \ argument 133 #define nxt_buf_set_mmap(b) \ argument 136 #define nxt_buf_clear_mmap(b) \ argument 140 #define nxt_buf_is_port_mmap(b) \ argument 143 #define nxt_buf_set_port_mmap(b) \ argument 248 nxt_buf_cpy(nxt_buf_t *b, const void *src, size_t length) in nxt_buf_cpy() [all …]
|
H A D | nxt_buf_filter.c | 24 nxt_buf_filter_add(nxt_task_t *task, nxt_buf_filter_t *f, nxt_buf_t *b) in nxt_buf_filter_add() 36 nxt_buf_t *b; in nxt_buf_filter() local 176 nxt_buf_t *b; in nxt_buf_filter_nobuf() local 259 nxt_buf_t *b; in nxt_buf_filter_file_read() local 334 nxt_buf_t *b; in nxt_buf_filter_file_job_completion() local 402 nxt_buf_t *fb, *b; in nxt_buf_filter_buf_completion() local
|
H A D | nxt_buf_pool.c | 13 nxt_buf_t *b; in nxt_buf_pool_mem_alloc() local 53 nxt_buf_t *b; in nxt_buf_pool_file_alloc() local 93 nxt_buf_t *b; in nxt_buf_pool_mmap_alloc() local 132 nxt_buf_pool_free(nxt_buf_pool_t *bp, nxt_buf_t *b) in nxt_buf_pool_free() 175 nxt_buf_t *b, *n; in nxt_buf_pool_destroy() local
|
H A D | nxt_cert.c | 1067 nxt_buf_t *b; in nxt_cert_store_get() local 1112 nxt_buf_t *b; in nxt_cert_buf_completion() local 1194 nxt_buf_t *b; in nxt_cert_store_delete() local
|
H A D | nxt_conn_proxy.c | 146 nxt_buf_t *b; in nxt_conn_proxy_client_buffer_alloc() local 295 nxt_buf_t *b; in nxt_conn_proxy_peer_read() local 433 nxt_conn_proxy_write_add(nxt_conn_t *c, nxt_buf_t *b) in nxt_conn_proxy_write_add() 624 nxt_conn_proxy_read_add(nxt_conn_t *c, nxt_buf_t *b) in nxt_conn_proxy_read_add() 704 nxt_buf_t *b; in nxt_conn_proxy_close() local 854 nxt_buf_t *b; in nxt_conn_proxy_shutdown() local
|
H A D | nxt_conn_read.c | 132 nxt_conn_io_recvbuf(nxt_conn_t *c, nxt_buf_t *b) in nxt_conn_io_recvbuf()
|
H A D | nxt_conn_write.c | 20 nxt_buf_t *b; in nxt_conn_io_write() local 188 nxt_buf_t *b; in nxt_conn_io_sendfile() local 430 nxt_event_conn_io_sendbuf(nxt_conn_t *c, nxt_buf_t *b, size_t limit) in nxt_event_conn_io_sendbuf()
|
H A D | nxt_controller.c | 564 nxt_buf_t *b; in nxt_controller_conf_send() local 674 nxt_buf_t *b; in nxt_controller_conn_init() local 736 nxt_buf_t *b; in nxt_controller_conn_read() local 867 nxt_buf_t *b; in nxt_controller_conn_body_read() local 905 nxt_buf_t *b; in nxt_controller_conn_write() local 1758 nxt_buf_t *b; in nxt_controller_process_control() local 1909 nxt_buf_t *b; in nxt_controller_conf_store() local 1960 nxt_buf_t *b, *body; in nxt_controller_response() local
|
H A D | nxt_cyassl.c | 342 nxt_buf_t *b; in nxt_cyassl_conn_io_read() local 396 nxt_buf_t *b, size_t limit) in nxt_cyassl_conn_io_write_chunk()
|
H A D | nxt_epoll_engine.c | 1161 nxt_epoll_edge_conn_io_recvbuf(nxt_conn_t *c, nxt_buf_t *b) in nxt_epoll_edge_conn_io_recvbuf()
|
H A D | nxt_event_conn_job_sendfile.c | 43 nxt_iobuf_t b; in nxt_event_conn_job_sendfile_start() local 99 nxt_buf_t *b; in nxt_event_conn_job_sendfile_handler() local 166 nxt_buf_t *b; in nxt_event_conn_job_sendfile_return() local 239 nxt_buf_t *b) in nxt_event_conn_job_sendfile_completion()
|
H A D | nxt_event_engine.c | 682 nxt_buf_t *b; in nxt_event_engine_buf_mem_alloc() local 710 nxt_event_engine_buf_mem_free(nxt_event_engine_t *engine, nxt_buf_t *b) in nxt_event_engine_buf_mem_free() 723 nxt_buf_t *b, *next, *parent; in nxt_event_engine_buf_mem_completion() local
|
H A D | nxt_fastcgi_record_parse.c | 25 nxt_buf_t *b, *nb, **tail[2]; in nxt_fastcgi_record_parse() local 254 nxt_buf_t *b; in nxt_fastcgi_buffer() local
|