Searched refs:IDLength (Results 1 – 2 of 2) sorted by relevance
99 IDLength = 0; in phFriNfc_NdefRecord_GetRecords() local235 &IDLength); in phFriNfc_NdefRecord_GetRecords()309 if (TypeLength != 0 || IDLength != 0) in phFriNfc_NdefRecord_GetRecords()322 + IDLength + TypeLengthByte + PayloadLength in phFriNfc_NdefRecord_GetRecords()367 + TypeLengthByte + IDLength + PayloadLength in phFriNfc_NdefRecord_GetRecords()471 IDLength = 0, in phFriNfc_NdefRecord_Parse() local499 &IDLength); in phFriNfc_NdefRecord_Parse()502 Record->IdLength = IDLength; in phFriNfc_NdefRecord_Parse()765 uint8_t *IDLength) in phFriNfc_NdefRecord_RecordIDCheck() argument833 …*IDLength = (uint8_t)*(Record + *PayloadLengthByte + *TypeLengthByte + PH_FRINFC_NDEFRECORD_BUF_IN… in phFriNfc_NdefRecord_RecordIDCheck()[all …]
676 int32_t IDLength; in _expect() local689 ID = utrans_getUnicodeID(trans, &IDLength); in _expect()690 id = aescstrdup(ID, IDLength); in _expect()