Searched refs:RecordLength (Results 1 – 2 of 2) sorted by relevance
390 uint32_t RecordLength=1; in phFriNfc_NdefRecord_GetLength() local402 RecordLength++; in phFriNfc_NdefRecord_GetLength()407 RecordLength += Record->TypeLength; in phFriNfc_NdefRecord_GetLength()415 RecordLength++;/* for short record*/ in phFriNfc_NdefRecord_GetLength()420 RecordLength += PHFRINFCNDEFRECORD_NORMAL_RECORD_BYTE;/* for normal record*/ in phFriNfc_NdefRecord_GetLength()427 RecordLength += Record->PayloadLength; in phFriNfc_NdefRecord_GetLength()434 RecordLength +=Record->IdLength; in phFriNfc_NdefRecord_GetLength()436 RecordLength ++; in phFriNfc_NdefRecord_GetLength()438 return RecordLength; in phFriNfc_NdefRecord_GetLength()
3006 unsigned RecordLength = Record.size(); in parseUseLists() local3007 if (RecordLength < 3) in parseUseLists()3882 unsigned RecordLength = Record.size(); in parseMetadataAttachment() local3885 if (RecordLength % 2 == 0) { in parseMetadataAttachment()3887 for (unsigned I = 0; I != RecordLength; I += 2) { in parseMetadataAttachment()3899 for (unsigned i = 1; i != RecordLength; i = i+2) { in parseMetadataAttachment()