Home
last modified time | relevance | path

Searched refs:ReportEnd (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/drivers/hidparser/
H A Dparser.c717 PUCHAR CurrentOffset, ReportEnd; in HidParser_ParseReportDescriptor() local
729 ReportEnd = ReportDescriptor + ReportLength; in HidParser_ParseReportDescriptor()
731 if (ReportDescriptor >= ReportEnd) in HidParser_ParseReportDescriptor()
1204 }while (CurrentOffset < ReportEnd); in HidParser_ParseReportDescriptor()