Home | History | Annotate | Download | only in src

Lines Matching refs:win_indicator

55 //     Win_Indicator                            - byte
363 // If the bit 0x08 (VCD_CHECKSUM) is set in the Win_Indicator flags, then
1029 // Win_Indicator - byte
1050 unsigned char win_indicator = 0;
1055 &win_indicator,
1060 has_checksum_ = parent_->AllowChecksum() && (win_indicator & VCD_CHECKSUM);
1076 if (win_indicator & VCD_SOURCE) {
1078 } else if (win_indicator & VCD_TARGET) {