Searched refs:isControl (Results 1 – 10 of 10) sorted by relevance
71 if (getConnection().isControl(opcode) || !isFlag(flags,1)) in onFrame()118 if (getConnection().isControl(opcode) || length<_minLength) in addFrame()
49 if (getConnection().isControl(opcode)) in addFrame()
213 boolean isControl(byte opcode); in isControl() method
456 public boolean isControl(byte opcode) in isControl() method in WebSocketConnectionD00
451 public boolean isControl(byte opcode) in isControl() method in WebSocketConnectionD06.FrameConnectionD06
523 public boolean isControl(byte opcode) in isControl() method in WebSocketConnectionD08.WSFrameConnection
566 public boolean isControl(byte opcode) in isControl() method in WebSocketConnectionRFC6455.WSFrameConnection
159 inline void isControl(UChar32 ch) in isControl() function
168 return new CharPerfFunction(isControl, MIN_, MAX_); in TestIsControl()
1355 int isControl = LIBUSB_TRANSFER_TYPE_CONTROL == transfer->type; in darwin_handle_callback() local1359 if (!isIsoc && !isBulk && !isControl && !isInterrupt) { in darwin_handle_callback()1365 isControl ? "control" : isBulk ? "bulk" : isIsoc ? "isoc" : "interrupt", result); in darwin_handle_callback()