|
| WINE_DEFAULT_DEBUG_CHANNEL (vbscript) |
|
static HRESULT | init_regexp_typeinfo (regexp_tid_t tid) |
|
static SubMatches * | impl_from_ISubMatches (ISubMatches *iface) |
|
static HRESULT WINAPI | SubMatches_QueryInterface (ISubMatches *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | SubMatches_AddRef (ISubMatches *iface) |
|
static ULONG WINAPI | SubMatches_Release (ISubMatches *iface) |
|
static HRESULT WINAPI | SubMatches_GetTypeInfoCount (ISubMatches *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | SubMatches_GetTypeInfo (ISubMatches *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | SubMatches_GetIDsOfNames (ISubMatches *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | SubMatches_Invoke (ISubMatches *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | SubMatches_get_Item (ISubMatches *iface, LONG index, VARIANT *pSubMatch) |
|
static HRESULT WINAPI | SubMatches_get_Count (ISubMatches *iface, LONG *pCount) |
|
static HRESULT WINAPI | SubMatches_get__NewEnum (ISubMatches *iface, IUnknown **ppEnum) |
|
static HRESULT | create_sub_matches (DWORD pos, match_state_t *result, SubMatches **sub_matches) |
|
static Match2 * | impl_from_IMatch2 (IMatch2 *iface) |
|
static HRESULT WINAPI | Match2_QueryInterface (IMatch2 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | Match2_AddRef (IMatch2 *iface) |
|
static ULONG WINAPI | Match2_Release (IMatch2 *iface) |
|
static HRESULT WINAPI | Match2_GetTypeInfoCount (IMatch2 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | Match2_GetTypeInfo (IMatch2 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | Match2_GetIDsOfNames (IMatch2 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | Match2_Invoke (IMatch2 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | Match2_get_Value (IMatch2 *iface, BSTR *pValue) |
|
static HRESULT WINAPI | Match2_get_FirstIndex (IMatch2 *iface, LONG *pFirstIndex) |
|
static HRESULT WINAPI | Match2_get_Length (IMatch2 *iface, LONG *pLength) |
|
static HRESULT WINAPI | Match2_get_SubMatches (IMatch2 *iface, IDispatch **ppSubMatches) |
|
static Match2 * | impl_from_IMatch (IMatch *iface) |
|
static HRESULT WINAPI | Match_QueryInterface (IMatch *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | Match_AddRef (IMatch *iface) |
|
static ULONG WINAPI | Match_Release (IMatch *iface) |
|
static HRESULT WINAPI | Match_GetTypeInfoCount (IMatch *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | Match_GetTypeInfo (IMatch *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | Match_GetIDsOfNames (IMatch *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | Match_Invoke (IMatch *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | Match_get_Value (IMatch *iface, BSTR *pValue) |
|
static HRESULT WINAPI | Match_get_FirstIndex (IMatch *iface, LONG *pFirstIndex) |
|
static HRESULT WINAPI | Match_get_Length (IMatch *iface, LONG *pLength) |
|
static HRESULT | create_match2 (DWORD pos, match_state_t **result, IMatch2 **match) |
|
static MatchCollectionEnum * | impl_from_IMatchCollectionEnum (IEnumVARIANT *iface) |
|
static HRESULT WINAPI | MatchCollectionEnum_QueryInterface (IEnumVARIANT *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | MatchCollectionEnum_AddRef (IEnumVARIANT *iface) |
|
static ULONG WINAPI | MatchCollectionEnum_Release (IEnumVARIANT *iface) |
|
static HRESULT WINAPI | MatchCollectionEnum_Next (IEnumVARIANT *iface, ULONG celt, VARIANT *rgVar, ULONG *pCeltFetched) |
|
static HRESULT WINAPI | MatchCollectionEnum_Skip (IEnumVARIANT *iface, ULONG celt) |
|
static HRESULT WINAPI | MatchCollectionEnum_Reset (IEnumVARIANT *iface) |
|
static HRESULT WINAPI | MatchCollectionEnum_Clone (IEnumVARIANT *iface, IEnumVARIANT **ppEnum) |
|
static HRESULT | create_enum_variant_mc2 (IMatchCollection2 *mc, ULONG pos, IEnumVARIANT **enum_variant) |
|
static MatchCollection2 * | impl_from_IMatchCollection2 (IMatchCollection2 *iface) |
|
static HRESULT WINAPI | MatchCollection2_QueryInterface (IMatchCollection2 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | MatchCollection2_AddRef (IMatchCollection2 *iface) |
|
static ULONG WINAPI | MatchCollection2_Release (IMatchCollection2 *iface) |
|
static HRESULT WINAPI | MatchCollection2_GetTypeInfoCount (IMatchCollection2 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | MatchCollection2_GetTypeInfo (IMatchCollection2 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | MatchCollection2_GetIDsOfNames (IMatchCollection2 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | MatchCollection2_Invoke (IMatchCollection2 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | MatchCollection2_get_Item (IMatchCollection2 *iface, LONG index, IDispatch **ppMatch) |
|
static HRESULT WINAPI | MatchCollection2_get_Count (IMatchCollection2 *iface, LONG *pCount) |
|
static HRESULT WINAPI | MatchCollection2_get__NewEnum (IMatchCollection2 *iface, IUnknown **ppEnum) |
|
static MatchCollection2 * | impl_from_IMatchCollection (IMatchCollection *iface) |
|
static HRESULT WINAPI | MatchCollection_QueryInterface (IMatchCollection *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | MatchCollection_AddRef (IMatchCollection *iface) |
|
static ULONG WINAPI | MatchCollection_Release (IMatchCollection *iface) |
|
static HRESULT WINAPI | MatchCollection_GetTypeInfoCount (IMatchCollection *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | MatchCollection_GetTypeInfo (IMatchCollection *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | MatchCollection_GetIDsOfNames (IMatchCollection *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | MatchCollection_Invoke (IMatchCollection *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | MatchCollection_get_Item (IMatchCollection *iface, LONG index, IDispatch **ppMatch) |
|
static HRESULT WINAPI | MatchCollection_get_Count (IMatchCollection *iface, LONG *pCount) |
|
static HRESULT WINAPI | MatchCollection_get__NewEnum (IMatchCollection *iface, IUnknown **ppEnum) |
|
static HRESULT | add_match (IMatchCollection2 *iface, IMatch2 *add) |
|
static HRESULT | create_match_collection2 (IMatchCollection2 **match_collection) |
|
static RegExp2 * | impl_from_IRegExp2 (IRegExp2 *iface) |
|
static HRESULT WINAPI | RegExp2_QueryInterface (IRegExp2 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | RegExp2_AddRef (IRegExp2 *iface) |
|
static ULONG WINAPI | RegExp2_Release (IRegExp2 *iface) |
|
static HRESULT WINAPI | RegExp2_GetTypeInfoCount (IRegExp2 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | RegExp2_GetTypeInfo (IRegExp2 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | RegExp2_GetIDsOfNames (IRegExp2 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | RegExp2_Invoke (IRegExp2 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | RegExp2_get_Pattern (IRegExp2 *iface, BSTR *pPattern) |
|
static HRESULT WINAPI | RegExp2_put_Pattern (IRegExp2 *iface, BSTR pattern) |
|
static HRESULT WINAPI | RegExp2_get_IgnoreCase (IRegExp2 *iface, VARIANT_BOOL *pIgnoreCase) |
|
static HRESULT WINAPI | RegExp2_put_IgnoreCase (IRegExp2 *iface, VARIANT_BOOL ignoreCase) |
|
static HRESULT WINAPI | RegExp2_get_Global (IRegExp2 *iface, VARIANT_BOOL *pGlobal) |
|
static HRESULT WINAPI | RegExp2_put_Global (IRegExp2 *iface, VARIANT_BOOL global) |
|
static HRESULT WINAPI | RegExp2_get_Multiline (IRegExp2 *iface, VARIANT_BOOL *pMultiline) |
|
static HRESULT WINAPI | RegExp2_put_Multiline (IRegExp2 *iface, VARIANT_BOOL multiline) |
|
static HRESULT WINAPI | RegExp2_Execute (IRegExp2 *iface, BSTR sourceString, IDispatch **ppMatches) |
|
static HRESULT WINAPI | RegExp2_Test (IRegExp2 *iface, BSTR sourceString, VARIANT_BOOL *pMatch) |
|
static HRESULT WINAPI | RegExp2_Replace (IRegExp2 *iface, BSTR sourceString, VARIANT replaceVar, BSTR *pDestString) |
|
static RegExp2 * | impl_from_IRegExp (IRegExp *iface) |
|
static HRESULT WINAPI | RegExp_QueryInterface (IRegExp *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | RegExp_AddRef (IRegExp *iface) |
|
static ULONG WINAPI | RegExp_Release (IRegExp *iface) |
|
static HRESULT WINAPI | RegExp_GetTypeInfoCount (IRegExp *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | RegExp_GetTypeInfo (IRegExp *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | RegExp_GetIDsOfNames (IRegExp *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | RegExp_Invoke (IRegExp *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | RegExp_get_Pattern (IRegExp *iface, BSTR *pPattern) |
|
static HRESULT WINAPI | RegExp_put_Pattern (IRegExp *iface, BSTR pPattern) |
|
static HRESULT WINAPI | RegExp_get_IgnoreCase (IRegExp *iface, VARIANT_BOOL *pIgnoreCase) |
|
static HRESULT WINAPI | RegExp_put_IgnoreCase (IRegExp *iface, VARIANT_BOOL pIgnoreCase) |
|
static HRESULT WINAPI | RegExp_get_Global (IRegExp *iface, VARIANT_BOOL *pGlobal) |
|
static HRESULT WINAPI | RegExp_put_Global (IRegExp *iface, VARIANT_BOOL pGlobal) |
|
static HRESULT WINAPI | RegExp_Execute (IRegExp *iface, BSTR sourceString, IDispatch **ppMatches) |
|
static HRESULT WINAPI | RegExp_Test (IRegExp *iface, BSTR sourceString, VARIANT_BOOL *pMatch) |
|
static HRESULT WINAPI | RegExp_Replace (IRegExp *iface, BSTR sourceString, BSTR replaceString, BSTR *pDestString) |
|
HRESULT | create_regexp (IDispatch **ret) |
|
HRESULT WINAPI | VBScriptRegExpFactory_CreateInstance (IClassFactory *iface, IUnknown *pUnkOuter, REFIID riid, void **ppv) |
|
void | release_regexp_typelib (void) |
|