Home
last modified time | relevance | path

Searched defs:last (Results 1 – 25 of 34) sorted by relevance

12

/unit/src/
H A Dnxt_sendbuf.c20 u_char *last; in nxt_sendbuf_mem_coalesce0() local
90 u_char *last; in nxt_sendbuf_mem_coalesce() local
168 nxt_off_t size, last; in nxt_sendbuf_file_coalesce() local
409 nxt_buf_t *b, *next, **last, *rest, **last_rest; in nxt_sendbuf_coalesce_completion() local
H A Dnxt_recvbuf.c13 u_char *last; in nxt_recvbuf_mem_coalesce() local
H A Dnxt_list.c34 nxt_list_part_t *last; in nxt_list_add() local
H A Dnxt_sendbuf.h50 uint8_t last; /* 1 bit */ member
61 uint8_t last; /* 1 bit */ member
H A Dnxt_array.c102 void *last; in nxt_array_remove() local
H A Dnxt_log_moderation.h18 nxt_time_t last; member
H A Dnxt_vector.c142 u_char *next, *last, *end; in nxt_vector_remove() local
H A Dnxt_port_rpc.c309 uint8_t last; in nxt_port_rpc_handler() local
369 uint8_t last; in nxt_port_rpc_remove_peer() local
H A Dnxt_list.h21 nxt_list_part_t *last; member
H A Dnxt_thread_time.h32 nxt_time_t last; member
H A Dnxt_http_parse.h105 uint8_t last; /* 1 bit */ member
H A Dnxt_http_request.c249 nxt_buf_t *last; in nxt_http_request_create() local
777 nxt_buf_t *last; in nxt_http_buf_last() local
H A Dnxt_event_engine.c469 nxt_work_queue_t *wq, *last; in nxt_event_engine_queue_pop() local
H A Dnxt_var.c502 size_t length, last, next; in nxt_var_interpreter() local
H A Dnxt_string.c452 u_char next, last; in nxt_strvers_match() local
H A Dnxt_port_socket.c1135 nxt_bool_t last; in nxt_port_frag_find() local
H A Dnxt_mem_zone.c214 nxt_uint_t n, pages, size, chunks, last; in nxt_mem_zone_pages() local
/unit/src/test/
H A Dnxt_malloc_test.c22 nxt_malloc_run_test(nxt_thread_t *thr, nxt_malloc_size_t *last, size_t size, in nxt_malloc_run_test()
88 nxt_malloc_size_t *last, *s; in nxt_malloc_test() local
/unit/src/java/javax/websocket/
H A DMessageHandler.java30 void onMessage(T messagePart, boolean last); in onMessage()
/unit/src/java/nginx/unit/websocket/
H A DWsSession.java815 public void processFrame(ByteBuffer buf, byte opCode, boolean last) in processFrame()
930 private void onMessage(CharBuffer buf, boolean last) throws IOException { in onMessage()
933 onMessage(buf.toString(), last); in onMessage() local
942 private void updateRawFragments(ByteBuffer buf, boolean last) { in updateRawFragments()
961 public void onMessage(String text, boolean last) { in onMessage()
972 public void onMessage(ByteBuffer buf, boolean last) in onMessage()
H A DWsRemoteEndpointImplBase.java159 public void sendPartialBytes(ByteBuffer partialByte, boolean last) in sendPartialBytes()
243 void sendMessageBlock(CharBuffer part, boolean last) throws IOException { in sendMessageBlock()
260 void sendMessageBlock(byte opCode, ByteBuffer payload, boolean last) in sendMessageBlock()
280 private void sendMessageBlock(byte opCode, ByteBuffer payload, boolean last, in sendMessageBlock()
300 void startMessage(byte opCode, ByteBuffer payload, boolean last, in startMessage()
1007 private void doWrite(boolean last) throws IOException { in doWrite()
1084 private void doWrite(boolean last) throws IOException { in doWrite()
1162 public synchronized void complete(boolean last) { in complete()
H A DWsFrameBase.java376 protected void sendMessageText(boolean last) throws WsIOException { in sendMessageText()
390 .onMessage(messageBufferText.toString(), last); in sendMessageText() local
566 protected void sendMessageBinary(ByteBuffer msg, boolean last) throws WsIOException { in sendMessageBinary()
/unit/src/java/nginx/unit/websocket/pojo/
H A DPojoMessageHandlerPartialBase.java51 public final void onMessage(T message, boolean last) { in onMessage()
/unit/src/java/nginx/unit/
H A DRequest.java1284 private void processWsFrame(ByteBuffer buf, byte opCode, boolean last) in processWsFrame()
1303 public void sendWsFrame(ByteBuffer payload, byte opCode, boolean last, in sendWsFrame()
1319 ByteBuffer buf, int pos, int len, byte opCode, boolean last); in sendWsFrame()
1322 byte[] arr, int pos, int len, byte opCode, boolean last); in sendWsFrame()
/unit/src/java/
H A Dnxt_jni_Request.c754 jlong req_info_ptr, jobject buf, jint pos, jint len, jbyte opCode, jboolean last) in nxt_java_Request_sendWsFrameBuf()
772 jlong req_info_ptr, jarray arr, jint pos, jint len, jbyte opCode, jboolean last) in nxt_java_Request_sendWsFrameArr()

12