Lines Matching refs:fMagic
55 fMagic = USPOOF_MAGIC; in construct()
77 fMagic(0), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) , in SpoofImpl()
82 fMagic = src.fMagic; in SpoofImpl()
96 fMagic = 0; // head off application errors by preventing use of in ~SpoofImpl()
123 if (This->fMagic != USPOOF_MAGIC) { in validateThis()
457 CheckResult::CheckResult() : fMagic(USPOOF_CHECK_MAGIC) { in CheckResult()
476 if (This->fMagic != USPOOF_CHECK_MAGIC) { in validateThis()
515 fRawData->fMagic != USPOOF_MAGIC || in validateDataVersion()
668 fRawData->fMagic = USPOOF_MAGIC; in SpoofData()
902 if (ds->readUInt32(spoofDH->fMagic) != USPOOF_MAGIC || in uspoof_swap()
970 uint32_t magic = ds->readUInt32(spoofDH->fMagic); in uspoof_swap()
971 ds->writeUInt32((uint32_t *)&outputDH->fMagic, magic); in uspoof_swap()