Home | History | Annotate | Download | only in src

Lines Matching defs:TypeLength

96                 TypeLength = 0,
170 /* First Record i.e., MB = 1, TNF != 0x05 and TypeLength = 0 */
230 &TypeLength,
308 /* Check for the TypeLength, IDLength = 0 */
309 if (TypeLength != 0 || IDLength != 0)
321 BytesTraversed = (BytesTraversed + PayloadLengthByte + IDLengthByte + TypeLength
366 Buffer = (Buffer + PayloadLengthByte + IDLengthByte + TypeLength
407 RecordLength += Record->TypeLength;
469 TypeLength = 0,
494 &TypeLength,
500 Record->TypeLength = TypeLength;
506 RawRecord = (RawRecord + Record->TypeLength);
586 /* fill the typelength idlength and payloadlength with zero(empty message)*/
613 *Buffer = Record->TypeLength;
650 for(i=0;i<(Record->TypeLength);i++)
760 uint8_t *TypeLength,
783 *TypeLength = *(Record + PH_FRINFC_NDEFRECORD_BUF_INC1);
861 *TypeLength = 0;
867 *TypeLength = *(Record + PH_FRINFC_NDEFRECORD_BUF_INC1);