Searched refs:WSBIT_FIN (Results 1 – 1 of 1) sorted by relevance
49 #define WSBIT_FIN 0x80 macro120 (dec->head[0] & WSBIT_FIN) ? "" : " NON-FINAL"); in ws_dec_info()126 (dec->head[0] & WSBIT_FIN) ? "" : " NON-FINAL", in ws_dec_info()133 (dec->head[0] & WSBIT_FIN) ? "" : " NON-FINAL", in ws_dec_info()499 (enc->firstbyte & WSBIT_FIN) ? "" : " NON-FIN", in ws_enc_info()576 firstbyte |= WSBIT_FIN | opcode; in ws_enc_write_head()580 firstbyte |= WSBIT_FIN | WSBIT_OPCODE_CONT; in ws_enc_write_head()
Completed in 6 milliseconds