ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | SubMatches |
struct | Match2 |
struct | MatchCollectionEnum |
struct | MatchCollection2 |
struct | RegExp2 |
Macros | |
#define | REGEXP_TID_LIST |
#define | XDIID(iface) iface ## _tid |
#define | XDIID(iface) &IID_I ## iface |
Typedefs | |
typedef struct Match2 | Match2 |
typedef struct MatchCollectionEnum | MatchCollectionEnum |
typedef struct MatchCollection2 | MatchCollection2 |
typedef struct RegExp2 | RegExp2 |
Enumerations | |
enum | regexp_tid_t { REGEXP_TID_LIST , REGEXP_LAST_tid } |
Functions | |
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) |
Variables | |
static REFIID | tid_ids [] |
static ITypeLib * | typelib |
static ITypeInfo * | typeinfos [REGEXP_LAST_tid] |
static const ISubMatchesVtbl | SubMatchesVtbl |
static const IMatch2Vtbl | Match2Vtbl |
static IMatchVtbl | MatchVtbl |
static const IEnumVARIANTVtbl | MatchCollectionEnum_Vtbl |
static const IMatchCollection2Vtbl | MatchCollection2Vtbl |
static const IMatchCollectionVtbl | MatchCollectionVtbl |
static const IRegExp2Vtbl | RegExp2Vtbl |
static IRegExpVtbl | RegExpVtbl |
#define REGEXP_TID_LIST |
Definition at line 27 of file vbregexp.c.
#define XDIID | ( | iface | ) | iface ## _tid |
Definition at line 34 of file vbregexp.c.
#define XDIID | ( | iface | ) | &IID_I ## iface |
Definition at line 34 of file vbregexp.c.
typedef struct MatchCollection2 MatchCollection2 |
Enumerator | |
---|---|
REGEXP_TID_LIST | |
REGEXP_LAST_tid |
Definition at line 33 of file vbregexp.c.
|
static |
Definition at line 1020 of file vbregexp.c.
Referenced by init_boot_catalog(), and RegExp2_Execute().
|
static |
Definition at line 753 of file vbregexp.c.
Referenced by MatchCollection2_get__NewEnum().
|
static |
Definition at line 599 of file vbregexp.c.
Referenced by RegExp2_Execute().
|
static |
Definition at line 1045 of file vbregexp.c.
Referenced by RegExp2_Execute().
Definition at line 1596 of file vbregexp.c.
Referenced by VBScriptRegExpFactory_CreateInstance().
|
static |
Definition at line 300 of file vbregexp.c.
Referenced by create_match2().
|
inlinestatic |
Definition at line 517 of file vbregexp.c.
Referenced by Match_AddRef(), Match_get_FirstIndex(), Match_get_Length(), Match_get_Value(), Match_GetIDsOfNames(), Match_GetTypeInfo(), Match_GetTypeInfoCount(), Match_Invoke(), Match_QueryInterface(), and Match_Release().
|
inlinestatic |
Definition at line 339 of file vbregexp.c.
Referenced by Match2_AddRef(), Match2_get_FirstIndex(), Match2_get_Length(), Match2_get_SubMatches(), Match2_get_Value(), Match2_GetIDsOfNames(), Match2_GetTypeInfo(), Match2_GetTypeInfoCount(), Match2_Invoke(), Match2_QueryInterface(), and Match2_Release().
|
inlinestatic |
Definition at line 936 of file vbregexp.c.
Referenced by MatchCollection_AddRef(), MatchCollection_get__NewEnum(), MatchCollection_get_Count(), MatchCollection_get_Item(), MatchCollection_GetIDsOfNames(), MatchCollection_GetTypeInfo(), MatchCollection_GetTypeInfoCount(), MatchCollection_Invoke(), MatchCollection_QueryInterface(), and MatchCollection_Release().
|
inlinestatic |
Definition at line 772 of file vbregexp.c.
Referenced by add_match(), MatchCollection2_AddRef(), MatchCollection2_get__NewEnum(), MatchCollection2_get_Count(), MatchCollection2_get_Item(), MatchCollection2_GetIDsOfNames(), MatchCollection2_GetTypeInfo(), MatchCollection2_GetTypeInfoCount(), MatchCollection2_Invoke(), MatchCollection2_QueryInterface(), and MatchCollection2_Release().
|
inlinestatic |
Definition at line 629 of file vbregexp.c.
Referenced by MatchCollectionEnum_AddRef(), MatchCollectionEnum_Clone(), MatchCollectionEnum_Next(), MatchCollectionEnum_QueryInterface(), MatchCollectionEnum_Release(), MatchCollectionEnum_Reset(), and MatchCollectionEnum_Skip().
|
inlinestatic |
Definition at line 1465 of file vbregexp.c.
Referenced by RegExp_AddRef(), RegExp_Execute(), RegExp_get_Global(), RegExp_get_IgnoreCase(), RegExp_get_Pattern(), RegExp_GetIDsOfNames(), RegExp_GetTypeInfo(), RegExp_GetTypeInfoCount(), RegExp_Invoke(), RegExp_put_Global(), RegExp_put_IgnoreCase(), RegExp_put_Pattern(), RegExp_QueryInterface(), RegExp_Release(), RegExp_Replace(), and RegExp_Test().
|
inlinestatic |
Definition at line 1066 of file vbregexp.c.
Referenced by RegExp2_AddRef(), RegExp2_Execute(), RegExp2_get_Global(), RegExp2_get_IgnoreCase(), RegExp2_get_Multiline(), RegExp2_get_Pattern(), RegExp2_GetIDsOfNames(), RegExp2_GetTypeInfo(), RegExp2_GetTypeInfoCount(), RegExp2_Invoke(), RegExp2_put_Global(), RegExp2_put_IgnoreCase(), RegExp2_put_Multiline(), RegExp2_put_Pattern(), RegExp2_QueryInterface(), RegExp2_Release(), RegExp2_Replace(), and RegExp2_Test().
|
inlinestatic |
Definition at line 135 of file vbregexp.c.
Referenced by SubMatches_AddRef(), SubMatches_get__NewEnum(), SubMatches_get_Count(), SubMatches_get_Item(), SubMatches_GetIDsOfNames(), SubMatches_GetTypeInfo(), SubMatches_GetTypeInfoCount(), SubMatches_Invoke(), SubMatches_QueryInterface(), and SubMatches_Release().
|
static |
Definition at line 49 of file vbregexp.c.
Referenced by create_match2(), create_match_collection2(), create_regexp(), and create_sub_matches().
Definition at line 375 of file vbregexp.c.
Definition at line 460 of file vbregexp.c.
Definition at line 473 of file vbregexp.c.
Definition at line 489 of file vbregexp.c.
Definition at line 442 of file vbregexp.c.
|
static |
Definition at line 418 of file vbregexp.c.
|
static |
Definition at line 410 of file vbregexp.c.
Definition at line 400 of file vbregexp.c.
|
static |
Definition at line 429 of file vbregexp.c.
Definition at line 344 of file vbregexp.c.
Definition at line 385 of file vbregexp.c.
Definition at line 528 of file vbregexp.c.
Definition at line 574 of file vbregexp.c.
Definition at line 580 of file vbregexp.c.
Definition at line 568 of file vbregexp.c.
|
static |
Definition at line 552 of file vbregexp.c.
|
static |
Definition at line 546 of file vbregexp.c.
Definition at line 540 of file vbregexp.c.
|
static |
Definition at line 559 of file vbregexp.c.
Definition at line 522 of file vbregexp.c.
Definition at line 534 of file vbregexp.c.
Definition at line 808 of file vbregexp.c.
|
static |
Definition at line 911 of file vbregexp.c.
|
static |
Definition at line 898 of file vbregexp.c.
|
static |
Definition at line 880 of file vbregexp.c.
|
static |
Definition at line 856 of file vbregexp.c.
|
static |
Definition at line 848 of file vbregexp.c.
|
static |
Definition at line 838 of file vbregexp.c.
|
static |
Definition at line 867 of file vbregexp.c.
|
static |
Definition at line 777 of file vbregexp.c.
Definition at line 818 of file vbregexp.c.
Definition at line 947 of file vbregexp.c.
|
static |
Definition at line 1001 of file vbregexp.c.
Definition at line 995 of file vbregexp.c.
|
static |
Definition at line 989 of file vbregexp.c.
|
static |
Definition at line 972 of file vbregexp.c.
|
static |
Definition at line 965 of file vbregexp.c.
|
static |
Definition at line 959 of file vbregexp.c.
|
static |
Definition at line 980 of file vbregexp.c.
|
static |
Definition at line 941 of file vbregexp.c.
Definition at line 953 of file vbregexp.c.
|
static |
Definition at line 655 of file vbregexp.c.
|
static |
Definition at line 736 of file vbregexp.c.
|
static |
Definition at line 680 of file vbregexp.c.
|
static |
Definition at line 634 of file vbregexp.c.
|
static |
Definition at line 665 of file vbregexp.c.
|
static |
Definition at line 726 of file vbregexp.c.
|
static |
Definition at line 713 of file vbregexp.c.
Definition at line 1101 of file vbregexp.c.
|
static |
Definition at line 1294 of file vbregexp.c.
|
static |
|
static |
Definition at line 1216 of file vbregexp.c.
|
static |
Definition at line 1268 of file vbregexp.c.
Definition at line 1171 of file vbregexp.c.
|
static |
Definition at line 1147 of file vbregexp.c.
|
static |
Definition at line 1139 of file vbregexp.c.
Definition at line 1129 of file vbregexp.c.
|
static |
Definition at line 1158 of file vbregexp.c.
|
static |
Definition at line 1255 of file vbregexp.c.
|
static |
|
static |
Definition at line 1281 of file vbregexp.c.
Definition at line 1189 of file vbregexp.c.
Definition at line 1071 of file vbregexp.c.
Definition at line 1111 of file vbregexp.c.
|
static |
Definition at line 1435 of file vbregexp.c.
|
static |
Definition at line 1389 of file vbregexp.c.
Definition at line 1476 of file vbregexp.c.
|
static |
Definition at line 1553 of file vbregexp.c.
|
static |
Definition at line 1541 of file vbregexp.c.
|
static |
Definition at line 1529 of file vbregexp.c.
Definition at line 1517 of file vbregexp.c.
|
static |
Definition at line 1501 of file vbregexp.c.
|
static |
Definition at line 1494 of file vbregexp.c.
Definition at line 1488 of file vbregexp.c.
|
static |
Definition at line 1508 of file vbregexp.c.
|
static |
Definition at line 1547 of file vbregexp.c.
|
static |
Definition at line 1535 of file vbregexp.c.
Definition at line 1523 of file vbregexp.c.
Definition at line 1470 of file vbregexp.c.
Definition at line 1482 of file vbregexp.c.
|
static |
Definition at line 1566 of file vbregexp.c.
|
static |
Definition at line 1560 of file vbregexp.c.
Definition at line 168 of file vbregexp.c.
Definition at line 280 of file vbregexp.c.
Definition at line 264 of file vbregexp.c.
|
static |
Definition at line 236 of file vbregexp.c.
|
static |
Definition at line 212 of file vbregexp.c.
|
static |
Definition at line 204 of file vbregexp.c.
Definition at line 194 of file vbregexp.c.
|
static |
Definition at line 223 of file vbregexp.c.
|
static |
Definition at line 140 of file vbregexp.c.
Definition at line 178 of file vbregexp.c.
HRESULT WINAPI VBScriptRegExpFactory_CreateInstance | ( | IClassFactory * | iface, |
IUnknown * | pUnkOuter, | ||
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 1618 of file vbregexp.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | vbscript | ) |
|
static |
Definition at line 503 of file vbregexp.c.
Referenced by create_match2().
|
static |
Definition at line 923 of file vbregexp.c.
Referenced by create_match_collection2().
|
static |
Definition at line 743 of file vbregexp.c.
Referenced by create_enum_variant_mc2().
|
static |
Definition at line 1007 of file vbregexp.c.
Referenced by create_match_collection2().
|
static |
Definition at line 586 of file vbregexp.c.
Referenced by create_match2().
|
static |
Definition at line 1444 of file vbregexp.c.
Referenced by create_regexp().
|
static |
Definition at line 1577 of file vbregexp.c.
Referenced by create_regexp().
|
static |
Definition at line 287 of file vbregexp.c.
Referenced by create_sub_matches().
|
static |
Definition at line 40 of file vbregexp.c.
Referenced by init_regexp_typeinfo().
|
static |
Definition at line 47 of file vbregexp.c.
Referenced by init_regexp_typeinfo(), Match2_GetIDsOfNames(), Match2_Invoke(), MatchCollection2_GetIDsOfNames(), MatchCollection2_Invoke(), RegExp2_GetIDsOfNames(), RegExp2_Invoke(), release_regexp_typelib(), SubMatches_GetIDsOfNames(), and SubMatches_Invoke().
Definition at line 46 of file vbregexp.c.