htc_record_hdr
struct htc_record_hdr *record,
struct htc_record_hdr *record;
if (len < sizeof(struct htc_record_hdr)) {
record = (struct htc_record_hdr *) buf;
len -= sizeof(struct htc_record_hdr);
buf += sizeof(struct htc_record_hdr);
if (htc_hdr->ctrl[0] < sizeof(struct htc_record_hdr) ||
struct htc_record_hdr *record;
if (len < sizeof(struct htc_record_hdr)) {
record = (struct htc_record_hdr *) buffer;
len -= sizeof(struct htc_record_hdr);
buffer += sizeof(struct htc_record_hdr);
if ((hdr_info < sizeof(struct htc_record_hdr)) ||