Searched refs:opcode (Results 1 – 19 of 19) sorted by relevance
37 opcode = 142 opcode = 1
48 opcode = 153 opcode = 1
34 opcode = 1
41 opcode = 1
38 opcode = 1
40 opcode = 1
42 opcode = 1
48 opcode = 1
39 opcode = 2
37 opcode = 2
94 opcode = 199 opcode = 1
65 opcode = 1
54 opcode = 1
90 opcode = 2
94 opcode = 1
81 unsigned char opcode = proto_opcode & WSBIT_OPCODE_MASK; in ws_frame_name_of_op() local84 if(WS_FRAMES[i].proto_opcode == opcode) in ws_frame_name_of_op()92 unsigned char opcode = proto_opcode & WSBIT_OPCODE_MASK; in ws_frame_op2flags() local95 if(WS_FRAMES[i].proto_opcode == opcode) in ws_frame_op2flags()546 unsigned char opcode; in ws_enc_write_head() local566 opcode = ws_frame_flags2op((int)flags & ~CURLWS_CONT); in ws_enc_write_head()567 if(!opcode) { in ws_enc_write_head()576 firstbyte |= WSBIT_FIN | opcode; in ws_enc_write_head()590 firstbyte = opcode; in ws_enc_write_head()
Completed in 16 milliseconds