Lines Matching refs:SectionLength
119 if (section_descriptor->SectionLength <= 0) { in cper_buf_to_ir()
126 UINT_MAX - section_descriptor->SectionLength) { in cper_buf_to_ir()
133 section_descriptor->SectionLength > in cper_buf_to_ir()
150 section_begin, section_descriptor->SectionLength, in cper_buf_to_ir()
337 section_descriptor->SectionLength); in cper_section_descriptor_to_ir()
442 if (descriptor->SectionLength > size) { in cper_buf_section_to_ir()
465 descriptor->SectionLength); in cper_buf_section_to_ir()
502 if (section_begin + section_descriptor->SectionLength > cper_end) { in cper_buf_single_section_to_ir()
513 section, section_descriptor->SectionLength, section_descriptor); in cper_buf_single_section_to_ir()
550 void *section = malloc(section_descriptor.SectionLength); in cper_single_section_to_ir()
551 if (fread(section, section_descriptor.SectionLength, 1, in cper_single_section_to_ir()
555 section_descriptor.SectionLength, in cper_single_section_to_ir()
567 section, section_descriptor.SectionLength, §ion_descriptor); in cper_single_section_to_ir()