Home | History | Annotate | Download | only in src

Lines Matching refs:RecordLength

390     uint32_t RecordLength=1;
402 RecordLength++;
407 RecordLength += Record->TypeLength;
415 RecordLength++;/* for short record*/
420 RecordLength += PHFRINFCNDEFRECORD_NORMAL_RECORD_BYTE;/* for normal record*/
427 RecordLength += Record->PayloadLength;
434 RecordLength +=Record->IdLength;
436 RecordLength ++;
438 return RecordLength;