Home
last modified time | relevance | path

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

/curl/lib/
H A Dws.c64 char proto_opcode; member
78 static const char *ws_frame_name_of_op(unsigned char proto_opcode) in ws_frame_name_of_op() argument
80 unsigned char opcode = proto_opcode & WSBIT_OPCODE_MASK; in ws_frame_name_of_op()
83 if(WS_FRAMES[i].proto_opcode == opcode) in ws_frame_name_of_op()
89 static int ws_frame_op2flags(unsigned char proto_opcode) in ws_frame_op2flags() argument
91 unsigned char opcode = proto_opcode & WSBIT_OPCODE_MASK; in ws_frame_op2flags()
94 if(WS_FRAMES[i].proto_opcode == opcode) in ws_frame_op2flags()
105 return (unsigned char)WS_FRAMES[i].proto_opcode; in ws_frame_flags2op()

Completed in 9 milliseconds