Searched refs:OP_CLOSE (Results 1 – 14 of 14) sorted by relevance
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
D | WebSocketConnectionD06.java | 48 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()
|
D | WebSocketConnectionRFC6455.java | 78 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()
|
D | WebSocketConnectionD08.java | 53 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()
|
D | WebSocketGeneratorRFC6455.java | 81 if (opcode == WebSocketConnectionRFC6455.OP_CLOSE) in addFrame()
|
D | WebSocketGeneratorD08.java | 77 if (opcode == WebSocketConnectionRFC6455.OP_CLOSE) in addFrame()
|
D | WebSocketParserD08.java | 207 _state=_opcode==WebSocketConnectionD08.OP_CLOSE?State.SEEK_EOF:State.OPCODE; in parseNext()
|
D | WebSocketParserRFC6455.java | 207 … _state=_opcode==WebSocketConnectionRFC6455.OP_CLOSE?State.SEEK_EOF:State.OPCODE; in parseNext()
|
/external/pcre/dist/ |
D | pcre_study.c | 551 case OP_CLOSE: in find_minlength() 818 case OP_CLOSE: in set_start_bits()
|
D | pcre_printint.c | 423 case OP_CLOSE: in pcre_printint()
|
D | pcre_internal.h | 2115 OP_CLOSE, /* 160 Used before OP_ACCEPT to close open captures */ enumerator
|
D | HACKING | 202 OP_PRUNE ) OP_CLOSE, each followed by a count that
|
D | pcre_compile.c | 1806 case OP_CLOSE: in find_fixedlength() 6490 *code++ = OP_CLOSE; in compile_branch()
|
D | pcre_exec.c | 1462 case OP_CLOSE: in match()
|
D | pcre_jit_compile.c | 677 case OP_CLOSE: in next_opcode() 8498 case OP_CLOSE: in compile_matchingpath()
|