|
#define | COBJMACROS |
|
#define | CONST_VTABLE |
|
#define | EXPECT_CHILDREN(node) _expect_children((IXMLDOMNode*)node, __LINE__) |
|
#define | EXPECT_NO_CHILDREN(node) _expect_no_children((IXMLDOMNode*)node, __LINE__) |
|
#define | EXPECT_REF(node, ref) _expect_ref((IUnknown*)node, ref, __LINE__) |
|
#define | EXPECT_LIST_LEN(list, len) _expect_list_len(list, len, __LINE__) |
|
#define | EXPECT_HR(hr, hr_exp) ok(hr == hr_exp, "got 0x%08x, expected 0x%08x\n", hr, hr_exp) |
|
#define | DECL_WIN_1252 "<?xml version=\"1.0\" encoding=\"Windows-1252\"?>" |
|
#define | SZ_EMAIL_DTD |
|
#define | expect_bstr_eq_and_free(bstr, expect) |
|
#define | expect_eq(expr, value, type, format) { type ret = (expr); ok((value) == ret, #expr " expected " format " got " format "\n", value, ret); } |
|
#define | ole_check(expr) |
|
#define | ole_expect(expr, expect) |
|
#define | double_eq(x, y) ok((x)-(y)<=1e-14*(x) && (x)-(y)>=-1e-14*(x), "expected %.16g, got %.16g\n", x, y) |
|
#define | _create(cls) cls, #cls |
|
#define | create_document(iid) _create_object(&_create(CLSID_DOMDocument2), iid, __LINE__) |
|
#define | create_document_version(v, iid) _create_object(&_create(CLSID_DOMDocument ## v), iid, __LINE__) |
|
#define | create_cache(iid) _create_object(&_create(CLSID_XMLSchemaCache), iid, __LINE__) |
|
#define | create_xsltemplate(iid) _create_object(&_create(CLSID_XSLTemplate), iid, __LINE__) |
|
#define | expect_node(node, expstr) { char str[4096]; node_to_string(node, str); ok(strcmp(str, expstr)==0, "Invalid node: %s, expected %s\n", str, expstr); } |
|
#define | expect_list_and_release(list, expstr) { char *str = list_to_string(list); ok(strcmp(str, expstr)==0, "Invalid node list: %s, expected %s\n", str, expstr); if (list) IXMLDOMNodeList_Release(list); } |
|
#define | test_IObjectSafety_set(p, r, r2, s, m, e, e2) _test_IObjectSafety_set(__LINE__,p, r, r2, s, m, e, e2) |
|
#define | test_IObjectSafety_common(s) _test_IObjectSafety_common(__LINE__,s) |
|
#define | helper_ole_check(expr) |
|
#define | helper_ole_check_ver(expr) |
|
#define | helper_expect_list_and_release(list, expstr) |
|
#define | helper_expect_bstr_and_release(bstr, str) |
|
#define | check_ws_ignored(ver, doc, str) _check_ws_ignored(__LINE__, ver, doc, str) |
|
#define | check_ws_preserved(ver, doc, str) _check_ws_preserved(__LINE__, ver, doc, str) |
|
#define | check_default_props(doc) _check_default_props(__LINE__, doc) |
|
#define | check_set_props(doc) _check_set_props(__LINE__, doc) |
|
#define | set_props(doc, cache) _set_props(__LINE__, doc, cache) |
|
#define | unset_props(doc) _unset_props(__LINE__, doc) |
|
|
| DEFINE_GUID (GUID_NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) |
|
| DEFINE_GUID (IID_transformdest_unknown, 0xf5078f3a, 0xc551, 0x11d3, 0x89, 0xb9, 0x00, 0x00, 0xf8, 0x1f, 0xe2, 0x21) |
|
static const char * | debugstr_msxml_guid (REFIID riid) |
|
static void | get_class_support_data (struct msxmlsupported_data_t *table) |
|
static BOOL | is_clsid_supported (const GUID *clsid, REFIID riid) |
|
static dispevent * | impl_from_IDispatch (IDispatch *iface) |
|
static HRESULT WINAPI | dispevent_QueryInterface (IDispatch *iface, REFIID riid, void **ppvObject) |
|
static ULONG WINAPI | dispevent_AddRef (IDispatch *iface) |
|
static ULONG WINAPI | dispevent_Release (IDispatch *iface) |
|
static HRESULT WINAPI | dispevent_GetTypeInfoCount (IDispatch *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | dispevent_GetTypeInfo (IDispatch *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | dispevent_GetIDsOfNames (IDispatch *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | dispevent_Invoke (IDispatch *iface, DISPID member, REFIID riid, LCID lcid, WORD flags, DISPPARAMS *params, VARIANT *result, EXCEPINFO *excepInfo, UINT *argErr) |
|
static IDispatch * | create_dispevent (void) |
|
static HRESULT WINAPI | istream_QueryInterface (IStream *iface, REFIID riid, void **ppvObject) |
|
static ULONG WINAPI | istream_AddRef (IStream *iface) |
|
static ULONG WINAPI | istream_Release (IStream *iface) |
|
static HRESULT WINAPI | istream_Read (IStream *iface, void *ptr, ULONG len, ULONG *pread) |
|
static HRESULT WINAPI | istream_Write (IStream *iface, const void *ptr, ULONG len, ULONG *written) |
|
static HRESULT WINAPI | istream_Seek (IStream *iface, LARGE_INTEGER move, DWORD origin, ULARGE_INTEGER *new_pos) |
|
static HRESULT WINAPI | istream_SetSize (IStream *iface, ULARGE_INTEGER size) |
|
static HRESULT WINAPI | istream_CopyTo (IStream *iface, IStream *stream, ULARGE_INTEGER len, ULARGE_INTEGER *pread, ULARGE_INTEGER *written) |
|
static HRESULT WINAPI | istream_Commit (IStream *iface, DWORD flags) |
|
static HRESULT WINAPI | istream_Revert (IStream *iface) |
|
static HRESULT WINAPI | istream_LockRegion (IStream *iface, ULARGE_INTEGER offset, ULARGE_INTEGER len, DWORD locktype) |
|
static HRESULT WINAPI | istream_UnlockRegion (IStream *iface, ULARGE_INTEGER offset, ULARGE_INTEGER len, DWORD locktype) |
|
static HRESULT WINAPI | istream_Stat (IStream *iface, STATSTG *pstatstg, DWORD flag) |
|
static HRESULT WINAPI | istream_Clone (IStream *iface, IStream **stream) |
|
static HRESULT WINAPI | response_QI (IResponse *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | response_AddRef (IResponse *iface) |
|
static ULONG WINAPI | response_Release (IResponse *iface) |
|
static HRESULT WINAPI | response_GetTypeInfoCount (IResponse *iface, UINT *count) |
|
static HRESULT WINAPI | response_GetTypeInfo (IResponse *iface, UINT ti, LCID lcid, ITypeInfo **tinfo) |
|
static HRESULT WINAPI | response_GetIDsOfNames (IResponse *iface, REFIID riid, LPOLESTR *names, UINT cnames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | response_Invoke (IResponse *iface, DISPID dispid, REFIID riid, LCID lcid, WORD flags, DISPPARAMS *params, VARIANT *result, EXCEPINFO *ei, UINT *argerr) |
|
static HRESULT WINAPI | response_get_Buffer (IResponse *iface, VARIANT_BOOL *fIsBuffering) |
|
static HRESULT WINAPI | response_put_Buffer (IResponse *iface, VARIANT_BOOL fIsBuffering) |
|
static HRESULT WINAPI | response_get_ContentType (IResponse *iface, BSTR *pbstrContentTypeRet) |
|
static HRESULT WINAPI | response_put_ContentType (IResponse *iface, BSTR bstrContentType) |
|
static HRESULT WINAPI | response_get_Expires (IResponse *iface, VARIANT *pvarExpiresMinutesRet) |
|
static HRESULT WINAPI | response_put_Expires (IResponse *iface, LONG lExpiresMinutes) |
|
static HRESULT WINAPI | response_get_ExpiresAbsolute (IResponse *iface, VARIANT *pvarExpiresRet) |
|
static HRESULT WINAPI | response_put_ExpiresAbsolute (IResponse *iface, DATE dtExpires) |
|
static HRESULT WINAPI | response_get_Cookies (IResponse *iface, IRequestDictionary **ppCookies) |
|
static HRESULT WINAPI | response_get_Status (IResponse *iface, BSTR *pbstrStatusRet) |
|
static HRESULT WINAPI | response_put_Status (IResponse *iface, BSTR bstrStatus) |
|
static HRESULT WINAPI | response_Add (IResponse *iface, BSTR bstrHeaderValue, BSTR bstrHeaderName) |
|
static HRESULT WINAPI | response_AddHeader (IResponse *iface, BSTR bstrHeaderName, BSTR bstrHeaderValue) |
|
static HRESULT WINAPI | response_AppendToLog (IResponse *iface, BSTR bstrLogEntry) |
|
static HRESULT WINAPI | response_BinaryWrite (IResponse *iface, VARIANT input) |
|
static HRESULT WINAPI | response_Clear (IResponse *iface) |
|
static HRESULT WINAPI | response_End (IResponse *iface) |
|
static HRESULT WINAPI | response_Flush (IResponse *iface) |
|
static HRESULT WINAPI | response_Redirect (IResponse *iface, BSTR bstrURL) |
|
static HRESULT WINAPI | response_Write (IResponse *iface, VARIANT varText) |
|
static HRESULT WINAPI | response_WriteBlock (IResponse *iface, short iBlockNumber) |
|
static HRESULT WINAPI | response_IsClientConnected (IResponse *iface, VARIANT_BOOL *pfIsClientConnected) |
|
static HRESULT WINAPI | response_get_CharSet (IResponse *iface, BSTR *pbstrCharSetRet) |
|
static HRESULT WINAPI | response_put_CharSet (IResponse *iface, BSTR bstrCharSet) |
|
static HRESULT WINAPI | response_Pics (IResponse *iface, BSTR bstrHeaderValue) |
|
static HRESULT WINAPI | response_get_CacheControl (IResponse *iface, BSTR *pbstrCacheControl) |
|
static HRESULT WINAPI | response_put_CacheControl (IResponse *iface, BSTR bstrCacheControl) |
|
static HRESULT WINAPI | response_get_CodePage (IResponse *iface, LONG *plvar) |
|
static HRESULT WINAPI | response_put_CodePage (IResponse *iface, LONG codepage) |
|
static HRESULT WINAPI | response_get_LCID (IResponse *iface, LONG *lcid) |
|
static HRESULT WINAPI | response_put_LCID (IResponse *iface, LONG lcid) |
|
static void | _expect_children (IXMLDOMNode *node, int line) |
|
static void | _expect_no_children (IXMLDOMNode *node, int line) |
|
static void | _expect_ref (IUnknown *obj, ULONG ref, int line) |
|
static void | _expect_list_len (IXMLDOMNodeList *list, LONG len, int line) |
|
static void * | _create_object (const GUID *clsid, const char *name, const IID *iid, int line) |
|
static BSTR | alloc_str_from_narrow (const char *str) |
|
static BSTR | _bstr_ (const char *str) |
|
static void | free_bstrs (void) |
|
static VARIANT | _variantbstr_ (const char *str) |
|
static BOOL | compareIgnoreReturns (BSTR sLeft, BSTR sRight) |
|
static void | get_str_for_type (DOMNodeType type, char *buf) |
|
static int | get_node_position (IXMLDOMNode *node) |
|
static void | node_to_string (IXMLDOMNode *node, char *buf) |
|
static char * | list_to_string (IXMLDOMNodeList *list) |
|
static void | test_domdoc (void) |
|
static void | test_persiststream (void) |
|
static void | test_domnode (void) |
|
static void | test_refs (void) |
|
static void | test_create (void) |
|
static void | test_getElementsByTagName (void) |
|
static void | test_get_text (void) |
|
static void | test_get_childNodes (void) |
|
static void | test_get_firstChild (void) |
|
static void | test_get_lastChild (void) |
|
static void | test_removeChild (void) |
|
static void | test_replaceChild (void) |
|
static void | test_removeNamedItem (void) |
|
static void | _test_IObjectSafety_set (unsigned line, IObjectSafety *safety, HRESULT result, HRESULT result2, DWORD set, DWORD mask, DWORD expected, DWORD expected2) |
|
static void | _test_IObjectSafety_common (unsigned line, IObjectSafety *safety) |
|
static void | test_IXMLDOMDocument2 (void) |
|
static void | _check_ws_ignored (int line, const char *ver, IXMLDOMDocument2 *doc, char const *str) |
|
static void | _check_ws_preserved (int line, const char *ver, IXMLDOMDocument2 *doc, char const *str) |
|
static void | test_preserve_charref (IXMLDOMDocument2 *doc, VARIANT_BOOL preserve) |
|
static void | test_whitespace (void) |
|
static void | test_XPath (void) |
|
static void | test_cloneNode (void) |
|
static void | test_xmlTypes (void) |
|
static void | test_put_dataType (void) |
|
static void | test_save (void) |
|
static void | test_testTransforms (void) |
|
static void | test_namespaces_change (void) |
|
static void | test_namespaces_basic (void) |
|
static void | test_FormattingXML (void) |
|
static void | test_nodeTypedValue (void) |
|
static void | test_TransformWithLoadingLocalFile (void) |
|
static void | test_put_nodeValue (void) |
|
static void | test_IObjectSafety (void) |
|
static void | test_default_properties (void) |
|
static void | test_XSLPattern (void) |
|
static void | test_splitText (void) |
|
static void | test_getQualifiedItem (void) |
|
static void | test_removeQualifiedItem (void) |
|
static void | _check_default_props (int line, IXMLDOMDocument2 *doc) |
|
static void | _check_set_props (int line, IXMLDOMDocument2 *doc) |
|
static void | _set_props (int line, IXMLDOMDocument2 *doc, IXMLDOMSchemaCollection *cache) |
|
static void | _unset_props (int line, IXMLDOMDocument2 *doc) |
|
static void | test_get_ownerDocument (void) |
|
static void | test_setAttributeNode (void) |
|
static void | test_createNode (void) |
|
static void | test_get_prefix (void) |
|
static void | test_selectSingleNode (void) |
|
static void | test_events (void) |
|
static void | test_createProcessingInstruction (void) |
|
static void | test_put_nodeTypedValue (void) |
|
static void | test_get_xml (void) |
|
static void | test_xsltemplate (void) |
|
static void | test_insertBefore (void) |
|
static void | test_appendChild (void) |
|
static void | test_get_doctype (void) |
|
static void | test_get_tagName (void) |
|
static void | test_get_dataType (void) |
|
static void | test_get_nodeTypeString (void) |
|
static void | test_get_attributes (void) |
|
static void | test_selection (void) |
|
static void | write_to_file (const char *name, const char *data) |
|
static void | test_doc_load_from_path (IXMLDOMDocument *doc, const char *path) |
|
static void | url_forward_slash (char *url) |
|
static void | test_load (void) |
|
static void | test_domobj_dispex (IUnknown *obj) |
|
static void | test_mxnamespacemanager (void) |
|
static void | test_mxnamespacemanager_override (void) |
|
static void | test_dispex (void) |
|
static void | test_parseerror (void) |
|
static void | test_getAttributeNode (void) |
|
static void | test_getAttribute (void) |
|
static void | test_supporterrorinfo (void) |
|
static void | test_nodeValue (void) |
|
static void | test_xmlns_attribute (void) |
|
static void | test_get_namespaces (void) |
|
static void | test_put_data (void) |
|
static void | test_newline_normalization (void) |
|
static void | test_putref_schemas (void) |
|
static void | test_namedmap_newenum (void) |
|
static void | test_xsltext (void) |
|
static void | test_create_attribute (void) |
|
static void | test_url (void) |
|
static void | test_merging_text (void) |
|
static HRESULT WINAPI | transformdest_QueryInterface (IUnknown *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | transformdest_AddRef (IUnknown *iface) |
|
static ULONG WINAPI | transformdest_Release (IUnknown *iface) |
|
static void | test_transformNodeToObject (void) |
|
static void | test_normalize_attribute_values (void) |
|
static void | test_namespaces_as_attributes (void) |
|
| START_TEST (domdoc) |
|
|
static int | g_unexpectedcall |
|
static int | g_expectedcall |
|
static struct msxmlsupported_data_t | domdoc_support_data [] |
|
static const IDispatchVtbl | dispeventVtbl |
|
static const IStreamVtbl | StreamVtbl |
|
static IStream | savestream = { &StreamVtbl } |
|
static const IResponseVtbl | testresponsevtbl |
|
static IResponse | testresponse = { &testresponsevtbl } |
|
static const WCHAR | szEmpty [] = { 0 } |
|
static const WCHAR | szIncomplete [] |
|
static const WCHAR | szComplete1 [] |
|
static const WCHAR | szComplete2 [] |
|
static const char | complete4A [] |
|
static const WCHAR | szComplete5 [] |
|
static const WCHAR | szComplete6 [] |
|
static const char | complete7 [] |
|
static const char | win1252xml [] |
|
static const char | win1252decl [] |
|
static const char | nocontent [] = "no xml content here" |
|
static const char | szExampleXML [] |
|
static const char | charrefsxml [] |
|
static const CHAR | szNodeTypesXML [] |
|
static const CHAR | szTransformXML [] |
|
static const CHAR | szTransformSSXML [] |
|
static const CHAR | szTransformOutput [] |
|
static const CHAR | szTypeValueXML [] |
|
static const CHAR | szBasicTransformSSXMLPart1 [] |
|
static const CHAR | szBasicTransformSSXMLPart2 [] |
|
static const CHAR | szBasicTransformXML [] |
|
static const CHAR | szBasicTransformOutput [] |
|
static const CHAR | szEmailXML [] |
|
static const CHAR | szEmailXML_0D [] |
|
static const CHAR | szEmailXML_0E [] |
|
static const CHAR | szEmailXML_11 [] |
|
static const CHAR | szEmailXML_13 [] |
|
static const CHAR | szEmailXML_14 [] |
|
static const CHAR | szEmailXML_15 [] |
|
static const CHAR | szEmailXML_16 [] |
|
static const CHAR | szEmailXML_17 [] |
|
static const CHAR | szEmailXML_18 [] |
|
static const CHAR | szEmailXML_20 [] |
|
static const char | xpath_simple_list [] |
|
static const char | default_ns_doc [] |
|
static const char | attributes_map [] |
|
static const WCHAR | nonexistent_fileW [] |
|
static const WCHAR | nonexistent_attrW [] |
|
static const WCHAR | szDocument [] |
|
static const WCHAR | szOpen [] = { 'o','p','e','n',0 } |
|
static const WCHAR | szdl [] = { 'd','l',0 } |
|
static const WCHAR | szvr [] = { 'v','r',0 } |
|
static const WCHAR | szlc [] = { 'l','c',0 } |
|
static const WCHAR | szbs [] = { 'b','s',0 } |
|
static const WCHAR | szstr1 [] = { 's','t','r','1',0 } |
|
static const WCHAR | szstr2 [] = { 's','t','r','2',0 } |
|
static const WCHAR | szstar [] = { '*',0 } |
|
static const WCHAR | szfn1_txt [] = {'f','n','1','.','t','x','t',0} |
|
static const WCHAR | szComment [] = {'A',' ','C','o','m','m','e','n','t',0 } |
|
static const WCHAR | szCommentXML [] = {'<','!','-','-','A',' ','C','o','m','m','e','n','t','-','-','>',0 } |
|
static const WCHAR | szCommentNodeText [] = {'#','c','o','m','m','e','n','t',0 } |
|
static WCHAR | szElement [] = {'E','l','e','T','e','s','t', 0 } |
|
static const WCHAR | szElementXML [] = {'<','E','l','e','T','e','s','t','/','>',0 } |
|
static const WCHAR | szElementXML2 [] = {'<','E','l','e','T','e','s','t',' ','A','t','t','r','=','"','"','/','>',0 } |
|
static const WCHAR | szElementXML3 [] |
|
static const WCHAR | szElementXML4 [] |
|
static const WCHAR | szAttribute [] = {'A','t','t','r',0 } |
|
static const WCHAR | szAttributeXML [] = {'A','t','t','r','=','"','"',0 } |
|
static const WCHAR | szCData [] |
|
static const WCHAR | szCDataXML [] |
|
static const WCHAR | szCDataNodeText [] = {'#','c','d','a','t','a','-','s','e','c','t','i','o','n',0 } |
|
static const WCHAR | szDocFragmentText [] = {'#','d','o','c','u','m','e','n','t','-','f','r','a','g','m','e','n','t',0 } |
|
static const WCHAR | szEntityRef [] = {'e','n','t','i','t','y','r','e','f',0 } |
|
static const WCHAR | szEntityRefXML [] = {'&','e','n','t','i','t','y','r','e','f',';',0 } |
|
static const WCHAR | szStrangeChars [] = {'&','x',' ',0x2103, 0} |
|
static BSTR | alloced_bstrs [256] |
|
static int | alloced_bstrs_count |
|
static const struct leading_spaces_t | leading_spaces_classdata [] |
|
static const char * | leading_spaces_xmldata [] |
|
static const refcount_test_t | refcount_test [] |
|
static const struct queryresult_t | elementsbytagname [] |
|
static const struct whitespace_t | whitespace_test_data [] |
|
static const selection_ns_t | selection_ns_data [] |
|
static const xpath_test_t | xpath_test [] |
|
static put_datatype_t | put_datatype_data [] |
|
static put_datatype_notype_t | put_dt_notype [] |
|
static const struct namespaces_change_t | namespaces_change_test_data [] |
|
static const nodetypedvalue_t | get_nodetypedvalue [] |
|
static const property_test_t | properties_test_data [] |
|
static const xslpattern_test_t | xslpattern_test [] |
|
static const xslpattern_test_t | xslpattern_test_no_ns [] |
|
static const xslpattern_test_t | xslpattern_test_func [] |
|
static const ns_item_t | qualified_item_tests [] |
|
static const ns_item_t | named_item_tests [] |
|
static const char | get_prefix_doc [] |
|
static const node_type_t | get_datatype [] |
|
static const get_node_typestring_t | get_node_typestring [] |
|
static const get_attributes_t | get_attributes [] |
|
static const DOMNodeType | nodetypes_test [] |
|
static const supporterror_t | supporterror_test [] |
|
static const node_value_t | nodevalue_test [] |
|
static const char | namespacesA [] |
|
static const char | xsd_schema1_uri [] = "x-schema:test1.xsd" |
|
static const char | xsd_schema1_xml [] |
|
static const DOMNodeType | put_data_types [] |
|
static const char | xsltext_xsl [] |
|
static const char | omitxmldecl_xsl [] |
|
static const char | omitxmldecl_doc [] |
|
static struct attrtest_t | attrtests [] |
|
static const IUnknownVtbl | transformdestvtbl |
|
static const namespace_as_attribute_t | namespace_as_attribute_test_data [] |
|
Definition at line 1251 of file domdoc.c.
static int alloced_bstrs_count
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
static BSTR alloced_bstrs[256]
void WINAPI DECLSPEC_HOTPATCH SysFreeString(BSTR str)
Referenced by test_cloneNode(), test_create_attribute(), test_createNode(), test_dispex(), test_domdoc(), test_domnode(), test_FormattingXML(), test_get_attributes(), test_get_childNodes(), test_get_dataType(), test_get_firstChild(), test_get_lastChild(), test_get_namespaces(), test_get_nodeTypeString(), test_get_ownerDocument(), test_get_prefix(), test_get_tagName(), test_get_text(), test_get_xml(), test_getAttribute(), test_getAttributeNode(), test_getElementsByTagName(), test_getQualifiedItem(), test_IXMLDOMDocument2(), test_load(), test_merging_text(), test_mxnamespacemanager(), test_mxnamespacemanager_override(), test_namespaces_as_attributes(), test_namespaces_basic(), test_namespaces_change(), test_newline_normalization(), test_nodeTypedValue(), test_put_data(), test_put_dataType(), test_put_nodeTypedValue(), test_put_nodeValue(), test_refs(), test_removeChild(), test_removeNamedItem(), test_removeQualifiedItem(), test_replaceChild(), test_save(), test_selection(), test_selectSingleNode(), test_setAttributeNode(), test_splitText(), test_supporterrorinfo(), test_testTransforms(), test_transformNodeToObject(), test_TransformWithLoadingLocalFile(), test_whitespace(), test_xmlns_attribute(), test_xmlTypes(), test_XPath(), test_XSLPattern(), test_xsltemplate(), and test_xsltext().