Home
last modified time | relevance | path

Searched refs:OP_CLOSE (Results 1 – 14 of 14) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketConnectionD06.java48 final static byte OP_CLOSE = 0x01; field in WebSocketConnectionD06
69 case OP_CLOSE: in isControlFrame()
252 _generator.addFrame((byte)0x8,WebSocketConnectionD06.OP_CLOSE,bytes,0,bytes.length); in closeOut()
477 return opcode==OP_CLOSE; in isClose()
625 case WebSocketConnectionD06.OP_CLOSE: in onFrame()
DWebSocketConnectionRFC6455.java78 final static byte OP_CLOSE = 0x08; field in WebSocketConnectionRFC6455
382 …_outbound.addFrame((byte)FLAG_FIN,WebSocketConnectionRFC6455.OP_CLOSE,bytes,0,code>0?bytes.length:… in closeOut()
592 return opcode==OP_CLOSE; in isClose()
683 if (_closeCode!=0 && _closeCode!=CLOSE_NORMAL && opcode!=OP_CLOSE) in onFrame()
768 case WebSocketConnectionRFC6455.OP_CLOSE: in onFrame()
DWebSocketConnectionD08.java53 final static byte OP_CLOSE = 0x08; field in WebSocketConnectionD08
339 … _outbound.addFrame((byte)FLAG_FIN,WebSocketConnectionD08.OP_CLOSE,bytes,0,bytes.length); in closeOut()
549 return opcode==OP_CLOSE; in isClose()
697 case WebSocketConnectionD08.OP_CLOSE: in onFrame()
DWebSocketGeneratorRFC6455.java81 if (opcode == WebSocketConnectionRFC6455.OP_CLOSE) in addFrame()
DWebSocketGeneratorD08.java77 if (opcode == WebSocketConnectionRFC6455.OP_CLOSE) in addFrame()
DWebSocketParserD08.java207 _state=_opcode==WebSocketConnectionD08.OP_CLOSE?State.SEEK_EOF:State.OPCODE; in parseNext()
DWebSocketParserRFC6455.java207 … _state=_opcode==WebSocketConnectionRFC6455.OP_CLOSE?State.SEEK_EOF:State.OPCODE; in parseNext()
/external/pcre/dist/
Dpcre_study.c551 case OP_CLOSE: in find_minlength()
818 case OP_CLOSE: in set_start_bits()
Dpcre_printint.c423 case OP_CLOSE: in pcre_printint()
Dpcre_internal.h2115 OP_CLOSE, /* 160 Used before OP_ACCEPT to close open captures */ enumerator
DHACKING202 OP_PRUNE ) OP_CLOSE, each followed by a count that
Dpcre_compile.c1806 case OP_CLOSE: in find_fixedlength()
6490 *code++ = OP_CLOSE; in compile_branch()
Dpcre_exec.c1462 case OP_CLOSE: in match()
Dpcre_jit_compile.c677 case OP_CLOSE: in next_opcode()
8498 case OP_CLOSE: in compile_matchingpath()