Home
last modified time | relevance | path

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

/reactos/dll/win32/vbscript/
H A Dvbregexp.c102 typedef struct MatchCollectionEnum { struct
110 } MatchCollectionEnum; argument
631 return CONTAINING_RECORD(iface, MatchCollectionEnum, IEnumVARIANT_iface); in impl_from_IMatchCollectionEnum()
637 MatchCollectionEnum *This = impl_from_IMatchCollectionEnum(iface); in MatchCollectionEnum_QueryInterface()
657 MatchCollectionEnum *This = impl_from_IMatchCollectionEnum(iface); in MatchCollectionEnum_AddRef()
667 MatchCollectionEnum *This = impl_from_IMatchCollectionEnum(iface); in MatchCollectionEnum_Release()
683 MatchCollectionEnum *This = impl_from_IMatchCollectionEnum(iface); in MatchCollectionEnum_Next()
715 MatchCollectionEnum *This = impl_from_IMatchCollectionEnum(iface); in MatchCollectionEnum_Skip()
728 MatchCollectionEnum *This = impl_from_IMatchCollectionEnum(iface); in MatchCollectionEnum_Reset()
738 MatchCollectionEnum *This = impl_from_IMatchCollectionEnum(iface); in MatchCollectionEnum_Clone()
[all …]