Home
last modified time | relevance | path

Searched refs:TlvOffsetExample (Results 1 – 2 of 2) sorted by relevance

/base/security/device_auth/common_lib/impl/src/
Dhc_tlv_parser.c133 …unsigned int memberCount = *(unsigned int *)((char *)tlv + offsetof(TlvOffsetExample, offsetCount)… in GetEmptyStructNode()
134 unsigned int *offset = (unsigned int *)((char *)tlv + offsetof(TlvOffsetExample, offset)); in GetEmptyStructNode()
151 …unsigned int memberCount = *(unsigned int *)((char *)tlv + offsetof(TlvOffsetExample, offsetCount)… in CheckStructNodeAllHasValue()
152 unsigned int *offset = (unsigned int *)((char *)tlv + offsetof(TlvOffsetExample, offset)); in CheckStructNodeAllHasValue()
242 …unsigned int memberCount = *(unsigned int *)((char *)tlv + offsetof(TlvOffsetExample, offsetCount)… in EncodeTlvStruct()
243 unsigned int *offset = (unsigned int *)((char *)tlv + offsetof(TlvOffsetExample, offset)); in EncodeTlvStruct()
265 …unsigned int memberCount = *(unsigned int *)((char *)tlv + offsetof(TlvOffsetExample, offsetCount)… in GetLenTlvStruct()
266 unsigned int *offset = (unsigned int *)((char *)tlv + offsetof(TlvOffsetExample, offset)); in GetLenTlvStruct()
288 …unsigned int memberCount = *(unsigned int *)((char *)tlv + offsetof(TlvOffsetExample, offsetCount)… in DeinitTlvStruct()
289 unsigned int *offset = (unsigned int *)((char *)tlv + offsetof(TlvOffsetExample, offset)); in DeinitTlvStruct()
/base/security/device_auth/common_lib/interfaces/
Dhc_tlv_parser.h159 } TlvOffsetExample; typedef