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 Dtest33240 opcode = 1
H A Dtest124238 opcode = 1
H A Dtest100942 opcode = 1
H A Dtest109342 opcode = 1
H A Dtest104942 opcode = 1
H A Dtest109448 opcode = 1
H A Dtest28539 opcode = 2
H A Dtest124339 opcode = 2
H A Dtest100737 opcode = 2
H A Dtest200391 opcode = 1
96 opcode = 1
H A Dtest28465 opcode = 1
H A Dtest123854 opcode = 1
H A Dtest28690 opcode = 2
H A Dtest200291 opcode = 1
/curl/lib/
H A Dws.c80 unsigned char opcode = proto_opcode & WSBIT_OPCODE_MASK; in ws_frame_name_of_op() local
83 if(WS_FRAMES[i].proto_opcode == opcode) in ws_frame_name_of_op()
91 unsigned char opcode = proto_opcode & WSBIT_OPCODE_MASK; in ws_frame_op2flags() local
94 if(WS_FRAMES[i].proto_opcode == opcode) in ws_frame_op2flags()
543 unsigned char opcode; in ws_enc_write_head() local
563 opcode = ws_frame_flags2op(flags); in ws_enc_write_head()
564 if(!opcode) { in ws_enc_write_head()
573 firstbyte |= WSBIT_FIN | opcode; in ws_enc_write_head()
587 firstbyte = opcode; in ws_enc_write_head()

Completed in 32 milliseconds