Home
last modified time | relevance | path

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

/reactos/dll/win32/msxml3/
H A Dschema.c109 xmlChar **uris; member
1000 if (xmlStrEqual(cache->uris[i], uri)) in cache_free_uri()
1002 heap_free(cache->uris[i]); in cache_free_uri()
1019 cache->uris = heap_realloc(cache->uris, cache->allocated*sizeof(xmlChar*)); in cache_add_entry()
1026 cache->uris[i] = heap_strdupxmlChar(uri); in cache_add_entry()
1039 memmove(&cache->uris[i], &cache->uris[i+1], (cache->count-i)*sizeof(xmlChar*)); in cache_remove_entry()
1165 heap_free(This->uris[i]); in schema_cache_Release()
1166 heap_free(This->uris); in schema_cache_Release()
1402 *uri = bstr_from_xmlChar(This->uris[index]); in schema_cache_get_namespaceURI()
1634 This->uris = heap_alloc(This->allocated*sizeof(xmlChar*)); in SchemaCache_create()
/reactos/modules/rostests/winetests/msxml3/
H A Ddomdoc.c12893 const char *uris[3]; in test_namespaces_as_attributes() member
13003 if (test->uris[i]) in test_namespaces_as_attributes()
13009 ok(!lstrcmpW(str, _bstr_(test->uris[i])), "got %s\n", wine_dbgstr_w(str)); in test_namespaces_as_attributes()
/reactos/sdk/lib/3rdparty/libxml2/
H A DNEWS1288 properly quote the namespace uris written out during c14n (Aleksey Sanin),