Home
last modified time | relevance | path

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

/curl/tests/data/
H A Dtest109937 opcode = 1
42 opcode = 1
H A Dtest200448 opcode = 1
53 opcode = 1
H A Dtest28334 opcode = 1
H A Dtest27141 opcode = 1
H A Dtest124238 opcode = 1
H A Dtest33240 opcode = 1
H A Dtest104942 opcode = 1
H A Dtest109342 opcode = 1
H A Dtest100942 opcode = 1
H A Dtest109448 opcode = 1
H A Dtest28539 opcode = 2
H A Dtest124339 opcode = 2
H A Dtest100737 opcode = 2
H A Dtest200394 opcode = 1
99 opcode = 1
H A Dtest28465 opcode = 1
H A Dtest123854 opcode = 1
H A Dtest28690 opcode = 2
H A Dtest200294 opcode = 1
/curl/lib/
H A Dws.c81 unsigned char opcode = proto_opcode & WSBIT_OPCODE_MASK; in ws_frame_name_of_op() local
84 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() local
95 if(WS_FRAMES[i].proto_opcode == opcode) in ws_frame_op2flags()
546 unsigned char opcode; in ws_enc_write_head() local
566 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 23 milliseconds