Searched defs:OP_CLOSE (Results 1 – 4 of 4) sorted by relevance
/external/jetty/src/java/org/eclipse/jetty/websocket/ | ||
D | WebSocketConnectionD06.java | 48 final static byte OP_CLOSE = 0x01; field in WebSocketConnectionD06 |
D | WebSocketConnectionD08.java | 53 final static byte OP_CLOSE = 0x08; field in WebSocketConnectionD08 |
D | WebSocketConnectionRFC6455.java | 78 final static byte OP_CLOSE = 0x08; field in WebSocketConnectionRFC6455 |
/external/pcre/dist/ | ||
D | pcre_internal.h | 2123 OP_CLOSE, /* 160 Used before OP_ACCEPT to close open captures */ enumerator |