Searched defs:OP_CLOSE (Results 1 - 4 of 4) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketConnectionD06.java48 final static byte OP_CLOSE = 0x01; field in class:WebSocketConnectionD06
69 case OP_CLOSE:
252 _generator.addFrame((byte)0x8,WebSocketConnectionD06.OP_CLOSE,bytes,0,bytes.length);
477 return opcode==OP_CLOSE;
625 case WebSocketConnectionD06.OP_CLOSE:
H A DWebSocketConnectionD08.java53 final static byte OP_CLOSE = 0x08; field in class:WebSocketConnectionD08
339 _outbound.addFrame((byte)FLAG_FIN,WebSocketConnectionD08.OP_CLOSE,bytes,0,bytes.length);
549 return opcode==OP_CLOSE;
697 case WebSocketConnectionD08.OP_CLOSE:
H A DWebSocketConnectionRFC6455.java78 final static byte OP_CLOSE = 0x08; field in class:WebSocketConnectionRFC6455
382 _outbound.addFrame((byte)FLAG_FIN,WebSocketConnectionRFC6455.OP_CLOSE,bytes,0,code>0?bytes.length:0);
592 return opcode==OP_CLOSE;
683 if (_closeCode!=0 && _closeCode!=CLOSE_NORMAL && opcode!=OP_CLOSE)
768 case WebSocketConnectionRFC6455.OP_CLOSE:
/external/pcre/dist/
H A Dpcre_internal.h2123 OP_CLOSE, /* 160 Used before OP_ACCEPT to close open captures */ enumerator in enum:__anon15814

Completed in 291 milliseconds