Searched refs:contactAccountOffset (Results 1 – 6 of 6) sorted by relevance
81 .contactAccountOffset = sizeof(struct DlpHeader) + contactAccountSize, in FuzzTest()
244 .contactAccountOffset = sizeof(struct DlpHeader) + 32,282 .contactAccountOffset = sizeof(struct DlpHeader) + 256,325 .contactAccountOffset = sizeof(struct DlpHeader) + 256,
593 .contactAccountOffset = sizeof(struct DlpHeader) + 20,632 header.contactAccountOffset = 100;634 header.contactAccountOffset = 52;743 .contactAccountOffset = sizeof(struct DlpHeader) + 20,776 .contactAccountOffset = sizeof(struct DlpHeader) + 20,811 .contactAccountOffset = sizeof(struct DlpHeader) + 20,846 .contactAccountOffset = sizeof(struct DlpHeader) + 20,1755 testFile.head_.contactAccountOffset = sizeof(struct DlpHeader) + 10;
66 head_.contactAccountOffset = 0; in DlpFile()331 head_.contactAccountOffset = head_.certOffset + head_.certSize; in SetContactAccount()332 head_.txtOffset = head_.contactAccountOffset + head_.contactAccountSize; in SetContactAccount()366 head.contactAccountOffset != (sizeof(struct DlpHeader) + head.certSize) || in IsValidDlpHeader()781 head_.contactAccountOffset = head_.certOffset + head_.certSize; in UpdateCertAndText()782 head_.txtOffset = head_.contactAccountOffset + head_.contactAccountSize; in UpdateCertAndText()
106 if (head.contactAccountOffset != (sizeof(struct DlpHeader) + head.certSize) || in IsValidDlpHeader()
58 uint32_t contactAccountOffset; member