Home
last modified time | relevance | path

Searched refs:WSBIT_FIN (Results 1 – 1 of 1) sorted by path

/curl/lib/
H A Dws.c48 #define WSBIT_FIN 0x80 macro
119 (dec->head[0] & WSBIT_FIN)? "" : " NON-FINAL"); in ws_dec_info()
125 (dec->head[0] & WSBIT_FIN)? "" : " NON-FINAL", in ws_dec_info()
132 (dec->head[0] & WSBIT_FIN)? "" : " NON-FINAL", in ws_dec_info()
496 (enc->firstbyte & WSBIT_FIN)? "" : " NON-FIN", in ws_enc_info()
573 firstbyte |= WSBIT_FIN | opcode; in ws_enc_write_head()
577 firstbyte |= WSBIT_FIN | WSBIT_OPCODE_CONT; in ws_enc_write_head()

Completed in 7 milliseconds