Searched refs:TlvOffsetExample (Results 1 - 2 of 2) sorted by relevance
/base/security/device_auth/common_lib/impl/src/ |
H A D | hc_tlv_parser.c | 133 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, offse in DeinitTlvStruct() [all...] |
/base/security/device_auth/common_lib/interfaces/ |
H A D | hc_tlv_parser.h | 163 } TlvOffsetExample;
typedef
|
Completed in 2 milliseconds