Home
last modified time | relevance | path

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

/reactos/sdk/lib/drivers/hidparser/
H A Dparser.c712 PGLOBAL_ITEM_STATE LinkedGlobalItemState, NextLinkedGlobalItemState; in HidParser_ParseReportDescriptor() local
1217 NextLinkedGlobalItemState = (PGLOBAL_ITEM_STATE)LinkedGlobalItemState->Next; in HidParser_ParseReportDescriptor()
1227 LinkedGlobalItemState = NextLinkedGlobalItemState; in HidParser_ParseReportDescriptor()