Home
last modified time | relevance | path

Searched refs:memberCount (Results 1 – 1 of 1) 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() local
135 for (index = 0; index < memberCount; ++index) { in GetEmptyStructNode()
151 …unsigned int memberCount = *(unsigned int *)((char *)tlv + offsetof(TlvOffsetExample, offsetCount)… in CheckStructNodeAllHasValue() local
153 for (index = 0; index < memberCount; ++index) { in CheckStructNodeAllHasValue()
242 …unsigned int memberCount = *(unsigned int *)((char *)tlv + offsetof(TlvOffsetExample, offsetCount)… in EncodeTlvStruct() local
246 for (index = 0; index < memberCount; ++index) { in EncodeTlvStruct()
265 …unsigned int memberCount = *(unsigned int *)((char *)tlv + offsetof(TlvOffsetExample, offsetCount)… in GetLenTlvStruct() local
269 for (index = 0; index < memberCount; ++index) { in GetLenTlvStruct()
288 …unsigned int memberCount = *(unsigned int *)((char *)tlv + offsetof(TlvOffsetExample, offsetCount)… in DeinitTlvStruct() local
291 for (index = 0; index < memberCount; ++index) { in DeinitTlvStruct()