Home
last modified time | relevance | path

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

/reactos/drivers/ksfilter/ks/
H A Dapi.c2098 PKSPROPERTY_ITEM CurrentPropertyItem; in KspAddPropertyItem() local
2102 CurrentPropertyItem = (PKSPROPERTY_ITEM)OutPropertySet->PropertyItem; in KspAddPropertyItem()
2105 if (CurrentPropertyItem->PropertyId == PropertyItem->PropertyId) in KspAddPropertyItem()
2112 CurrentPropertyItem = (PKSPROPERTY_ITEM)((ULONG_PTR)CurrentPropertyItem + PropertyItemSize); in KspAddPropertyItem()
2115 RtlCopyMemory(CurrentPropertyItem, PropertyItem, PropertyItemSize); in KspAddPropertyItem()
2128 PKSPROPERTY_ITEM PropertyItem, CurrentPropertyItem; in KspMergePropertySet() local
2160 CurrentPropertyItem = (PKSPROPERTY_ITEM)PropertySetB->PropertyItem; in KspMergePropertySet()
2165 KspAddPropertyItem(OutPropertySet, CurrentPropertyItem, Table->PropertyItemSize); in KspMergePropertySet()
2168CurrentPropertyItem = (PKSPROPERTY_ITEM)((ULONG_PTR)CurrentPropertyItem + Table->PropertyItemSize); in KspMergePropertySet()